Skip to content

Commit eabbaa1

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 7f01d41 commit eabbaa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/operator/ChangePointOperatorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ protected SourceOperator simpleInput(BlockFactory blockFactory, int size) {
3434
for (int i = 0; i < size; i++) {
3535
if (i <= size / 2) {
3636
data.add(0L);
37-
} else {
37+
} else {
3838
data.add(1L);
3939
}
4040
}

0 commit comments

Comments
 (0)