Skip to content

Commit e151bf7

Browse files
committed
Fix format
1 parent 359741f commit e151bf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_helper.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ defmodule TestHelper do
2222
defmacro trapping_exit(do: block) do
2323
quote do
2424
original = Process.flag(:trap_exit, true)
25+
2526
try do
2627
unquote(block)
2728
after

0 commit comments

Comments
 (0)