mirror of
https://github.com/owncloud/ocis
synced 2026-04-30 11:37:33 +02:00
chore: [full-ci] bump dependencies
This commit is contained in:
4
vendor/github.com/sergi/go-diff/diffmatchpatch/stringutil.go
generated
vendored
4
vendor/github.com/sergi/go-diff/diffmatchpatch/stringutil.go
generated
vendored
@@ -93,14 +93,14 @@ func runesIndex(r1, r2 []rune) int {
|
||||
return -1
|
||||
}
|
||||
|
||||
func intArrayToString(ns []uint32) string {
|
||||
func intArrayToString(ns []index) string {
|
||||
if len(ns) == 0 {
|
||||
return ""
|
||||
}
|
||||
|
||||
b := []rune{}
|
||||
for _, n := range ns {
|
||||
b = append(b, intToRune(n))
|
||||
b = append(b, intToRune(uint32(n)))
|
||||
}
|
||||
return string(b)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user