Skip to content

Commit efa4298

Browse files
committed
Fix format
1 parent 082760e commit efa4298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/els_lsp/src/els_completion_provider.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ complete_atom(Name, Tokens, Opts) ->
452452
#{text := Text} = Document,
453453
case
454454
is_in(Document, Line, Column, [nifs]) orelse
455-
is_in_heuristic(Text, <<"nifs">>, Line - 1)
455+
is_in_heuristic(Text, <<"nifs">>, Line - 1)
456456
of
457457
true ->
458458
definitions(Document, POIKind, ItemFormat, false);

0 commit comments

Comments
 (0)