Skip to content

Commit b19cb8c

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

File tree

1 file changed

+6
-6
lines changed
  • x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator

1 file changed

+6
-6
lines changed

x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/MergeOperator.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ public Page getOutput() {
7676

7777
@Override
7878
public void close() {
79-
// The blocks are closable by the other exchange? so we have to copy them
80-
if (subPlanBlocks != null) {
81-
while (subPlanBlocks.hasNext()) {
82-
Releasables.close(subPlanBlocks.next());
83-
}
84-
}
79+
// The blocks are closable by the other exchange? so we have to copy them
80+
if (subPlanBlocks != null) {
81+
while (subPlanBlocks.hasNext()) {
82+
Releasables.close(subPlanBlocks.next());
83+
}
84+
}
8585
}
8686

8787
@Override

0 commit comments

Comments
 (0)