Fix linting issue.

This commit is contained in:
Charles Korn 2023-07-06 15:53:20 +10:00
parent a0634e7408
commit 85fe1b0d83
No known key found for this signature in database

View file

@ -838,7 +838,6 @@ func NewConcatenatingChunkSeriesMerger() VerticalChunkSeriesMergeFunc {
for _, series := range series {
c, err := series.ChunkCount()
if err != nil {
return 0, err
}