Skip to content

Commit

Permalink
Fix printing of the QED step.
Browse files Browse the repository at this point in the history
Signed-off-by: Karolis Petrauskas <[email protected]>
  • Loading branch information
kape1395 committed Oct 2, 2024
1 parent caefe81 commit b8b2611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proof/p_fmt.ml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ let rec pp_print_proof cx ff prf =
cx)
cx ff inits
in
fprintf ff "@[<hv2>%s%s QED%a@]"
fprintf ff "@[<hv2>%s%s QED %a@]"
(step_name prf) (step_dot prf)
(pp_print_qed_step(*proof_nl*) cx) qed
| Error msg ->
Expand Down

0 comments on commit b8b2611

Please sign in to comment.