Skip to content

Commit 7fd7611

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/lucene/LuceneQueryExpressionEvaluator.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@ private Tuple<BooleanVector, DoubleVector> evalSlow(DocVector docs) throws IOExc
181181
}
182182

183183
@Override
184-
public void close() {
185-
}
184+
public void close() {}
186185

187186
private ShardState shardState(int shard) throws IOException {
188187
if (shard >= perShardState.length) {

0 commit comments

Comments
 (0)