Skip to content

Commit 1be2d9d

Browse files
authored
Update lib/elixir/lib/macro/env.ex
1 parent 201952d commit 1be2d9d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

lib/elixir/lib/macro/env.ex

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -601,15 +601,7 @@ defmodule Macro.Env do
601601
end
602602
end
603603

604-
case :elixir_dispatch.expand_import(
605-
meta,
606-
name,
607-
arity,
608-
env,
609-
extra,
610-
allow_locals,
611-
trace
612-
) do
604+
case :elixir_dispatch.expand_import(meta, name, arity, env, extra, allow_locals, trace) do
613605
{:macro, receiver, expander} ->
614606
{:macro, receiver, wrap_expansion(receiver, expander, meta, name, arity, env, opts)}
615607

0 commit comments

Comments
 (0)