Skip to content

Commit

Permalink
Update src/compiler_pass.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
sunxd3 and github-actions[bot] authored Mar 16, 2024
1 parent d10ea8e commit 4abca1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler_pass.jl
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ function make_function_expr(
end
end

return args, MacroTools.@q function (;$(arg_exprs...))
return args, MacroTools.@q function (; $(arg_exprs...))
return $(expr)
end
end
Expand Down

0 comments on commit 4abca1a

Please sign in to comment.