diff: remove misaligned space

This commit is contained in:
ᴜɴᴋɴᴡᴏɴ
2020-03-09 01:59:53 +08:00
parent d32add9938
commit bebaf4c112
2 changed files with 13 additions and 14 deletions

View File

@@ -84,7 +84,6 @@ func diffsToHTML(diffs []diffmatchpatch.Diff, lineType git.DiffLineType) templat
case git.DiffLineDelete:
buf.WriteByte('-')
}
buf.WriteByte(' ')
const (
addedCodePrefix = `<span class="added-code">`