Skip to content

Commit b376399

Browse files
committed
fix warning
1 parent 3919304 commit b376399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/language_server/lib/language_server/providers/execute_command/llm_docs_aggregator.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ defmodule ElixirLS.LanguageServer.Providers.ExecuteCommand.LlmDocsAggregator do
151151
list when is_list(list) and list != [] ->
152152
results =
153153
Enum.map(list, fn callback_info ->
154-
base_result = %{
154+
%{
155155
module: inspect(module),
156156
callback: Atom.to_string(function),
157157
arity: callback_info[:arity] || arity,

0 commit comments

Comments
 (0)