mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
cache: fix lint error in latest golangci-lint
This commit is contained in:
parent
0328878e46
commit
c37b6b1a43
2
backend/cache/cache.go
vendored
2
backend/cache/cache.go
vendored
@ -1038,7 +1038,7 @@ func (f *Fs) List(ctx context.Context, dir string) (entries fs.DirEntries, err e
|
|||||||
}
|
}
|
||||||
fs.Debugf(dir, "list: remove entry: %v", entryRemote)
|
fs.Debugf(dir, "list: remove entry: %v", entryRemote)
|
||||||
}
|
}
|
||||||
entries = nil
|
entries = nil //nolint:ineffassign
|
||||||
|
|
||||||
// and then iterate over the ones from source (temp Objects will override source ones)
|
// and then iterate over the ones from source (temp Objects will override source ones)
|
||||||
var batchDirectories []*Directory
|
var batchDirectories []*Directory
|
||||||
|
Loading…
Reference in New Issue
Block a user