Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Jun 26, 2024
1 parent 67b6b03 commit 0ea84c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ function make_mlir_fn(mod, f, args, kwargs, name="main", concretein=true)
arg.mlir_data = row_maj_arg
end

return Cassette.overdub(Cassette.disablehooks(TraceCtx()), f, traced_args...; kwargs...)
return Cassette.overdub(
Cassette.disablehooks(TraceCtx()), f, traced_args...; kwargs...
)
end

seen_results = IdDict()
Expand Down

0 comments on commit 0ea84c4

Please sign in to comment.