Przeglądaj źródła

diff: remove misaligned space

ᴜɴᴋɴᴡᴏɴ 5 lat temu
rodzic
commit
b2b7ba8c44
2 zmienionych plików z 113 dodań i 114 usunięć
  1. 113 113
      internal/assets/templates/templates_gen.go
  2. 0 1
      internal/gitutil/diff.go

Plik diff jest za duży
+ 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">`

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików