Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
willtebbutt committed Feb 21, 2024
1 parent 54346f0 commit 5fa69d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/interpreter/abstract_interpretation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ struct TapedInterpreter{C} <: CC.AbstractInterpreter
inf_cache::Vector{CC.InferenceResult}=CC.InferenceResult[],
code_cache::TICache=TICache(),
) where {C}
return new{C}(
ctx, meta, world, inf_params, opt_params, inf_cache, code_cache
)
return new{C}(ctx, meta, world, inf_params, opt_params, inf_cache, code_cache)
end
end

Expand Down

0 comments on commit 5fa69d8

Please sign in to comment.