Skip to content

Commit 7087149

Browse files
author
José Valim
committed
Run the formatter
1 parent b4b1947 commit 7087149

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

lib/elixir/test/elixir/module_test.exs

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,14 @@ defmodule ModuleTest do
8989
# This should not emit any warning
9090
defmodule LastDefinition do
9191
def foo(0), do: 0
92-
Module.eval_quoted(__ENV__, quote do
93-
def bar, do: :ok
94-
end)
92+
93+
Module.eval_quoted(
94+
__ENV__,
95+
quote do
96+
def bar, do: :ok
97+
end
98+
)
99+
95100
def foo(1), do: 1
96101
end
97102
end

0 commit comments

Comments
 (0)