Skip to content

Commit

Permalink
Restore formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
denismerigoux committed May 3, 2024
1 parent c864f65 commit da89411
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion compiler/catala_utils/pos.ml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,11 @@ let format_loc_text ppf t =
Format.pp_open_vbox ppf 0;
pr_head ppf;
pr_context ppf;
Option.iter (fun f -> Format.pp_print_cut ppf (); f ppf) pr_legal;
Option.iter
(fun f ->
Format.pp_print_cut ppf ();
f ppf)
pr_legal;
Format.pp_close_box ppf ()

let no_pos : t =
Expand Down

0 comments on commit da89411

Please sign in to comment.