Skip to content

Commit aadb08a

Browse files
author
Thomas Timmer
committed
chore: format
1 parent 4eead49 commit aadb08a

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

lib/json5/ecma.ex

+4-7
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,12 @@ defmodule Json5.ECMA do
102102

103103
defp unicode_identifier_letter?(x) do
104104
Unicode.Set.match?(
105-
x,
106-
"[[:Lu:][:Ll:][:Lt:][:Lm:][:Lo:][:Nl:][:Mn:][:Mc:][:Nd:][:Pc:]]"
107-
)
105+
x,
106+
"[[:Lu:][:Ll:][:Lt:][:Lm:][:Lo:][:Nl:][:Mn:][:Mc:][:Nd:][:Pc:]]"
107+
)
108108
end
109109

110110
defp unicode_letter?(x) do
111-
Unicode.Set.match?(
112-
x,
113-
"[[:Lu:][:Ll:][:Lt:][:Lm:][:Lo:][:Nl:]]"
114-
)
111+
Unicode.Set.match?(x, "[[:Lu:][:Ll:][:Lt:][:Lm:][:Lo:][:Nl:]]")
115112
end
116113
end

0 commit comments

Comments
 (0)