Skip to content

Commit d5017c2

Browse files
d
1 parent c9386bb commit d5017c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitDiff.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class GitDiff {
5050

5151
// If there was a conflict, I need a newline after the last >>>>>>> because it wasn't added in the loop
5252
if (!isFirst) {
53-
formattedString.add("\n");
53+
formattedString.add("--\n--");
5454
}
5555

5656
currentLine = pushLinesUntil(formattedString, baseLines, currentLine, baseLines.length, false);

0 commit comments

Comments
 (0)