Skip to content

Commit b25688a

Browse files
committed
chore: format sql
1 parent 6ff4c17 commit b25688a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/next_ls.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ defmodule NextLS do
206206
SELECT file, start_line, end_line, start_column, end_column
207207
FROM "references" as refs
208208
WHERE refs.module = ?
209-
and refs.type = ?
209+
AND refs.type = ?
210210
AND NOT like('/home/runner/work/elixir/%', refs.file)
211211
""",
212212
[module, "alias"]

0 commit comments

Comments
 (0)