Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rprimet authored and AltGr committed Jan 8, 2025
1 parent 770c842 commit c094ac6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compiler/shared_ast/interpreter.ml
Original file line number Diff line number Diff line change
Expand Up @@ -936,8 +936,7 @@ let evaluate_expr_trace :
let fmt = Format.formatter_of_out_channel oc in
Fun.protect
(fun () -> output_trace fmt)
~finally:(fun () ->
close_out oc)
~finally:(fun () -> close_out oc)
)

let evaluate_expr_safe :
Expand Down

0 comments on commit c094ac6

Please sign in to comment.