Skip to content

Commit 7ff1b73

Browse files
committed
[ model_checker ] fix the model checker pretty printing
1 parent 82c8550 commit 7ff1b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model_checker/lib/model.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ let pp fmt { universe; relations } =
4747
xs
4848
in
4949
let pp_rel_defn fmt (nm, tuples) =
50-
Format.fprintf fmt "%s = {[@<hov>%a@]}" nm
50+
Format.fprintf fmt "%s = {@[<hov>%a@]}" nm
5151
(Format.pp_print_seq ~pp_sep:pp_comma_brk pp_tuple)
5252
(TupleSet.to_seq tuples)
5353
in

0 commit comments

Comments
 (0)