Skip to content

Commit 884e989

Browse files
committed
format
1 parent 997eb4c commit 884e989

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

lib/elixir/lib/macro/env.ex

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

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

0 commit comments

Comments
 (0)