Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
glou-nes committed Dec 9, 2024
1 parent 937ef3b commit ae1cd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Compiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ function wrapped_expression(expr::Expr)
args = filter(!is_a_module, args)
args = tuple(collect(args)...)
fname = gensym(:F)

return (
Expr(:tuple, args...),
quote
Expand Down

0 comments on commit ae1cd2e

Please sign in to comment.