From c0f555f8faadd750140e8f81ac2c64aa5cbbca4b Mon Sep 17 00:00:00 2001 From: notanatol Date: Sat, 27 Jan 2024 16:37:09 -0600 Subject: [PATCH] fix: linter --- pkg/storer/storer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/storer/storer_test.go b/pkg/storer/storer_test.go index c894b3bba34..ce2d7eb72cf 100644 --- a/pkg/storer/storer_test.go +++ b/pkg/storer/storer_test.go @@ -55,7 +55,7 @@ func verifyChunkRefCount( t.Helper() for _, ch := range chunks { - repo.IndexStore().Iterate(storage.Query{ + _ = repo.IndexStore().Iterate(storage.Query{ Factory: func() storage.Item { return new(cs.RetrievalIndexItem) }, }, func(r storage.Result) (bool, error) { entry := r.Entry.(*cs.RetrievalIndexItem)