Skip to content

Commit 7aa468d

Browse files
committed
fix warning
1 parent cf2073c commit 7aa468d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir_sense/core/compiler/state.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ defmodule ElixirSense.Core.Compiler.State do
358358
%__MODULE__{state | calls: calls}
359359
end
360360

361-
defp add_struct(%__MODULE__{} = state, env, type, fields, doc \\ "", meta \\ %{}) do
361+
defp add_struct(%__MODULE__{} = state, env, type, fields, doc, meta) do
362362
structs =
363363
state.structs
364364
|> Map.put(env.module, %StructInfo{

0 commit comments

Comments
 (0)