Skip to content

Commit

Permalink
🎨 Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdesousa committed Nov 29, 2023
1 parent 550f69b commit e4cc4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ayesql/compiler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ defmodule AyeSQL.Compiler do
no_return()
defp raise_error(
contents,
{line, _, ['syntax error before: ', info]},
{line, _, [~c"syntax error before: ", info]},
options
) do
error_context = options[:error_context] || 2
Expand Down

0 comments on commit e4cc4db

Please sign in to comment.