Skip to content

Commit 6e8563e

Browse files
committed
Add space to quote error message
1 parent 65be24a commit 6e8563e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/src/elixir_quote.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ validate_runtime(Key, Value) ->
5555
erlang:error(
5656
'Elixir.ArgumentError':exception(
5757
<<"invalid value for option :", (erlang:atom_to_binary(Key, utf8))/binary,
58-
"in quote, got: ", ('Elixir.Kernel':inspect(Value))/binary>>
58+
" in quote, got: ", ('Elixir.Kernel':inspect(Value))/binary>>
5959
)
6060
)
6161
end.

0 commit comments

Comments
 (0)