Skip to content

Commit dc14925

Browse files
committed
🤖 Format .jl files
1 parent ab0de4e commit dc14925

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/test_diag.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ allocate:
2828
macro wrappedallocs(expr)
2929
argnames = [gensym() for a in expr.args]
3030
quote
31-
function g($(argnames...))
32-
@allocated $(Expr(expr.head, argnames...))
33-
end
34-
$(Expr(:call, :g, [esc(a) for a in expr.args]...))
31+
function g($(argnames...))
32+
@allocated $(Expr(expr.head, argnames...))
33+
end
34+
$(Expr(:call, :g, [esc(a) for a in expr.args]...))
3535
end
3636
end
3737

0 commit comments

Comments
 (0)