Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
notanatol committed Jan 27, 2024
1 parent c34b9a5 commit c0f555f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storer/storer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c0f555f

Please sign in to comment.