Skip to content

Commit

Permalink
chore: format sql
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Aug 8, 2023
1 parent 6ff4c17 commit b25688a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/next_ls.ex
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ defmodule NextLS do
SELECT file, start_line, end_line, start_column, end_column
FROM "references" as refs
WHERE refs.module = ?
and refs.type = ?
AND refs.type = ?
AND NOT like('/home/runner/work/elixir/%', refs.file)
""",
[module, "alias"]
Expand Down

0 comments on commit b25688a

Please sign in to comment.