Skip to content

Commit d0dc9f5

Browse files
committed
Minor indentation fix
1 parent 8a13097 commit d0dc9f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/elixir/test/elixir/typespec_test.exs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,7 @@ defmodule Typespec.TypeTest do
319319
end
320320

321321
test "block handling" do
322-
spec =
323-
test_module do
322+
spec = test_module do
324323
spec = @spec foo((() -> [ integer ])) :: integer
325324
def foo(_), do: 1
326325
spec

0 commit comments

Comments
 (0)