Skip to content

Commit

Permalink
Run gofmt
Browse files Browse the repository at this point in the history
Signed-off-by: Paschalis Tsilias <[email protected]>
  • Loading branch information
tpaschalis committed Oct 24, 2023
1 parent 5461977 commit c270986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/remote/queue_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -1675,7 +1675,7 @@ func buildWriteRequest(timeSeries []prompb.TimeSeries, metadata []prompb.MetricM

for i, ts := range timeSeries {
if filter != nil && filter(ageLimit, ts) {
removeIdx= append(removeIdx, i)
removeIdx = append(removeIdx, i)
continue
}

Expand Down

0 comments on commit c270986

Please sign in to comment.