Skip to content

Commit

Permalink
Fix duplicate lines
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed Jan 14, 2025
1 parent 2faf732 commit 195de1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocamlutil/pretty.ml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ let breakString init s =
if !r = Nil then
text
else
Concat(text, Concat(Line, !r))
Concat(text, !r)


let nil = Nil
Expand Down

0 comments on commit 195de1b

Please sign in to comment.