mirror of
https://github.com/restic/restic.git
synced 2026-05-19 08:35:23 +00:00
Fix linter warning
This commit is contained in:
@@ -36,6 +36,7 @@ func TestIndexMapForeach(t *testing.T) {
|
||||
var m indexMap
|
||||
|
||||
// Don't crash on empty map.
|
||||
//nolint:revive // ignore empty iteration
|
||||
for range m.values() {
|
||||
// empty iteration
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user