Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Dec 21, 2023
1 parent deaaa0c commit f6fc44f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/language_server/lib/language_server/diagnostics.ex
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,8 @@ defmodule ElixirLS.LanguageServer.Diagnostics do
]

{:error, %{description: description}} ->
get_related_information_description(description, uri, source_file) ++ get_related_information_message(diagnostic.message, uri, source_file)
get_related_information_description(description, uri, source_file) ++
get_related_information_message(diagnostic.message, uri, source_file)

_ ->
# elixir < 1.16 and other errors on 1.16
Expand Down

0 comments on commit f6fc44f

Please sign in to comment.