mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Restore formatting
This commit is contained in:
parent
c864f658c8
commit
da89411189
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user