chore: fix warning
Some checks failed
CI / ash-ci (push) Has been cancelled

This commit is contained in:
Zach Daniel 2024-08-09 16:03:27 -04:00
parent bec1d24621
commit db4d646561

View file

@ -732,7 +732,7 @@ defmodule Igniter.Code.Common do
Macro.Env.expand_alias(env, meta, parts)
end
else
defp do_expand_alias(env, _, _) do
defp do_expand_alias(_env, _meta, _parts) do
:error
end
end