mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-13 05:15:53 +02:00
Bump go-git
This commit is contained in:
parent
da0105c16b
commit
4cf49ff449
527 changed files with 70489 additions and 10167 deletions
2
vendor/github.com/sergi/go-diff/diffmatchpatch/patch.go
generated
vendored
2
vendor/github.com/sergi/go-diff/diffmatchpatch/patch.go
generated
vendored
|
@ -324,7 +324,7 @@ func (dmp *DiffMatchPatch) PatchAddPadding(patches []Patch) string {
|
|||
paddingLength := dmp.PatchMargin
|
||||
nullPadding := ""
|
||||
for x := 1; x <= paddingLength; x++ {
|
||||
nullPadding += string(x)
|
||||
nullPadding += string(rune(x))
|
||||
}
|
||||
|
||||
// Bump all the patches forward.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue