Skip to content

Commit 195de1b

Browse files
Fix duplicate lines
1 parent 2faf732 commit 195de1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ocamlutil/pretty.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ let breakString init s =
9191
if !r = Nil then
9292
text
9393
else
94-
Concat(text, Concat(Line, !r))
94+
Concat(text, !r)
9595

9696

9797
let nil = Nil

0 commit comments

Comments
 (0)