vendor: Mega update all dependencies
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4080
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ func (self Row) matchAll(s string) bool {
|
||||
|
||||
func (self Row) lenOk(s string) bool {
|
||||
var i int
|
||||
for _ = range s {
|
||||
for range s {
|
||||
i++
|
||||
if i > self.RunesLength {
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user