Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MartyO256 committed May 27, 2022
1 parent 785fac6 commit 608145b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/recsgn.ml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ let sgnDeclToHtml =
Html.printing := true;

let html_buffer = Buffer.create 16 in
let html_formatter = Format.formatter_of_buffer html_buffer in
let html_formatter = Format.formatter_of_buffer html_buffer in
Format.pp_set_margin html_formatter 200;
Format.fprintf html_formatter "%a" Pretty.Ext.DefaultPrinter.fmt_ppr_sgn_decl d;
Format.pp_print_flush html_formatter ();
Expand Down

0 comments on commit 608145b

Please sign in to comment.