瀏覽代碼

diff: remove misaligned space

ᴜɴᴋɴᴡᴏɴ 5 年之前
父節點
當前提交
b2b7ba8c44
共有 2 個文件被更改,包括 113 次插入114 次删除
  1. 113 113
      internal/assets/templates/templates_gen.go
  2. 0 1
      internal/gitutil/diff.go

File diff suppressed because it is too large
+ 113 - 113
internal/assets/templates/templates_gen.go


+ 0 - 1
internal/gitutil/diff.go

@@ -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">`

Some files were not shown because too many files changed in this diff