Skip to content

Commit

Permalink
remove a comma
Browse files Browse the repository at this point in the history
  • Loading branch information
reb-ddm committed Feb 4, 2025
1 parent 3473d44 commit 8ae342c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/KaSa_rep/frontend/handler.ml
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ let print_guard_mvbdu parameters error kappa_handler bdu_handler
string_of_guard parameters guard_name kappa_handler
~state:value error
in
if add_comma then Loggers.fprintf loggers ", ";
if add_comma then Loggers.fprintf loggers ",";
let () = Loggers.fprintf loggers "%s" guard_string in
error, ()
| Ckappa_sig.Site _ ->
Expand Down

0 comments on commit 8ae342c

Please sign in to comment.