Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
iverase committed Apr 29, 2024
1 parent 7c774bf commit 2c0b7cc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ abstract static class SortedBinaryRangeLeafCollector extends LeafBucketCollector
this.collector = (doc, bucket) -> {
if (singleton.advanceExact(doc)) {
collect(doc, singleton.binaryValue(), bucket, 0);
}};
}
};
} else {
this.collector = (doc, bucket) -> {
if (values.advanceExact(doc)) {
Expand Down

0 comments on commit 2c0b7cc

Please sign in to comment.