Skip to content

Commit

Permalink
PR remarks
Browse files Browse the repository at this point in the history
Signed-off-by: Kaviraj <[email protected]>
  • Loading branch information
kavirajk committed Feb 19, 2024
1 parent ef9afeb commit a5ad611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/logql/rangemapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ func (m RangeMapper) rangeSplitAlign(
}
downstreams = appendDownstream(downstreams, expr, newRng, newOffset)
newOffset += m.splitByInterval
pendingRangeInterval -= m.splitByInterval
pendingRangeInterval -= newRng
splits++
}

Expand Down

0 comments on commit a5ad611

Please sign in to comment.