Skip to content

Commit 87bfc0c

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 42e14c1 commit 87bfc0c

File tree

1 file changed

+11
-1
lines changed
  • x-pack/plugin/esql/compute/test/src/main/java/org/elasticsearch/compute/test

1 file changed

+11
-1
lines changed

x-pack/plugin/esql/compute/test/src/main/java/org/elasticsearch/compute/test/RandomBlock.java

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,17 @@ public static RandomBlock randomBlock(
8080
int minDupsPerPosition,
8181
int maxDupsPerPosition
8282
) {
83-
return randomBlock(blockFactory, elementType, positionCount, ESTestCase.randomBoolean(), nullAllowed, minValuesPerPosition, maxValuesPerPosition, minDupsPerPosition, maxDupsPerPosition);
83+
return randomBlock(
84+
blockFactory,
85+
elementType,
86+
positionCount,
87+
ESTestCase.randomBoolean(),
88+
nullAllowed,
89+
minValuesPerPosition,
90+
maxValuesPerPosition,
91+
minDupsPerPosition,
92+
maxDupsPerPosition
93+
);
8494
}
8595

8696
public static RandomBlock randomBlock(

0 commit comments

Comments
 (0)