Skip to content

Commit 72d4813

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 1fad50d commit 72d4813

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

benchmarks/src/main/java/org/elasticsearch/benchmark/compute/operator/ValuesAggregatorBenchmark.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,9 @@ private static Block dataBlock(int groups, String dataType) {
285285
int blockLength = blockLength(groups);
286286
return switch (dataType) {
287287
case BYTES_REF -> {
288-
try (BytesRefVector.Builder dict = blockFactory.newBytesRefVectorBuilder(blockLength);
289-
IntVector.Builder ords = blockFactory.newIntVectorBuilder(blockLength)
288+
try (
289+
BytesRefVector.Builder dict = blockFactory.newBytesRefVectorBuilder(blockLength);
290+
IntVector.Builder ords = blockFactory.newIntVectorBuilder(blockLength)
290291
) {
291292
final int dictLength = Math.min(blockLength, KEYWORDS.length);
292293
for (int i = 0; i < dictLength; i++) {

0 commit comments

Comments
 (0)