Skip to content

Commit

Permalink
fix printer
Browse files Browse the repository at this point in the history
  • Loading branch information
crusso committed Dec 20, 2024
1 parent c8b6798 commit a73956d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mo_types/type.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1792,7 +1792,7 @@ and pp_stab_sig ppf sig_ =
(string_of_obj_sort Actor)
(pp_print_list ~pp_sep:semi (pp_stab_field vs)) tfs
| PrePost (pre, post) ->
fprintf ppf "@[<v 2>%s({@;<0 0>%a@;<0 -2>}, {@;<0 0>%a@;<0 -2>} @]"
fprintf ppf "@[<v 2>%s({@;<0 0>%a@;<0 -2>}, {@;<0 0>%a@;<0 -2>}) @]"
(string_of_obj_sort Actor)
(pp_print_list ~pp_sep:semi (pp_stab_field vs)) pre
(pp_print_list ~pp_sep:semi (pp_stab_field vs)) post
Expand Down

0 comments on commit a73956d

Please sign in to comment.