Skip to content

Commit 51226c9

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent e44deae commit 51226c9

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/lucene/read/SingletonDoubleBuilderTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public void testMoreValues() throws IOException {
124124
assertThat(build.getPositionCount(), equalTo(count - offset));
125125
for (int i = 0; i < build.getPositionCount(); i++) {
126126
double key = build.getDouble(i);
127-
assertThat(key, equalTo( (offset + i) / (double) count));
127+
assertThat(key, equalTo((offset + i) / (double) count));
128128
}
129129
}
130130
}

0 commit comments

Comments
 (0)