Skip to content

Commit

Permalink
fix unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Jan 1, 2024
1 parent c60fd9e commit 019426d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/language_server/lib/language_server/server.ex
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ defmodule ElixirLS.LanguageServer.Server do
end

@impl GenServer
def terminate(reason, state) do
def terminate(reason, _state) do
case reason do
:normal ->
:ok
Expand Down

0 comments on commit 019426d

Please sign in to comment.