Skip to content

Commit

Permalink
fixed linter
Browse files Browse the repository at this point in the history
Signed-off-by: Vladyslav Diachenko <[email protected]>
  • Loading branch information
vlad-diachenko committed Jan 11, 2024
1 parent 4dcf3c8 commit e90f8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/bloomcompactor/chunksbatchesiterator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ type fakeClient struct {
callsCount int
}

func (f *fakeClient) GetChunks(ctx context.Context, chunks []chunk.Chunk) ([]chunk.Chunk, error) {
func (f *fakeClient) GetChunks(_ context.Context, chunks []chunk.Chunk) ([]chunk.Chunk, error) {
f.callsCount++
return chunks, nil
}

0 comments on commit e90f8d5

Please sign in to comment.