mirror of
https://github.com/restic/restic.git
synced 2026-02-03 04:20:45 -05:00
Fix linter warning
This commit is contained in:
parent
9944ef7a7c
commit
b587c126e0
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue