Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Nov 26, 2022
1 parent 6a7ec4c commit 76cd74c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/language_server/test/providers/completion_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ defmodule ElixirLS.LanguageServer.Providers.CompletionTest do

{line, char} = {3, 17}
TestUtils.assert_has_cursor_char(text, line, char)
{:ok, %{"items" => [first_suggestion | _tail]}} = Completion.completion(text, line, char, @supports)

{:ok, %{"items" => [first_suggestion | _tail]}} =
Completion.completion(text, line, char, @supports)

assert first_suggestion["label"] === "fn"
end
Expand Down

0 comments on commit 76cd74c

Please sign in to comment.