Skip to content

Commit 2896197

Browse files
committed
fix warning
1 parent b442cf8 commit 2896197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/language_server/test/support/fixtures/example_quoted_defs.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule ElixirLS.LanguageServer.Fixtures.ExampleQuotedDefs do
33
quoted def
44
"""
55
@spec unquote(:"0abc\"asd")(any, integer) :: :ok
6-
def unquote(:"0abc\"asd")(example, arg) do
6+
def unquote(:"0abc\"asd")(_example, _arg) do
77
:ok
88
end
99
end

0 commit comments

Comments
 (0)