Skip to content

Commit

Permalink
Spotless apply
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <carrofin@amazon.com>
  • Loading branch information
finnegancarroll committed Aug 2, 2024
1 parent 71e189f commit 3709e57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public PointValues.Relation compare(byte[] minPackedValue, byte[] maxPackedValue
if (!ranges.withinUpperBound(minPackedValue, activeIndex) && iterateRangeEnd(minPackedValue)) {
throw new CollectionTerminatedException();
}

// after the loop, min < upper
// cell could be outside [min max] lower
if (!ranges.withinLowerBound(maxPackedValue, activeIndex) && iterateRangeEnd(maxPackedValue)) {
Expand Down

0 comments on commit 3709e57

Please sign in to comment.