Skip to content

Commit 2e798d8

Browse files
authored
Update gitdiff.go
1 parent 843579a commit 2e798d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/gitdiff/gitdiff.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ func (hcd *HighlightCodeDiff) convertToPlaceholders(htmlCode string) string {
410410

411411
if placeholder != 0 {
412412
res.WriteRune(placeholder) // use the placeholder to replace the tag
413-
}
413+
}
414414
// else: unfortunately, all private use runes has been exhausted, no more placeholder could be used, no more converting
415415
// usually, the exhausting won't occur in real cases, the magnitude of used placeholders is not larger than that of the CSS classes outputted by chroma.
416416
}

0 commit comments

Comments
 (0)