mirror of
https://github.com/gogs/gogs.git
synced 2025-12-17 13:50:02 +01:00
diff: remove misaligned space
This commit is contained in:
@@ -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">`
|
||||
|
||||
Reference in New Issue
Block a user