Skip to content

Commit 0996c39

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 9758344 commit 0996c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/TestPlannerOptimizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ private PhysicalPlan optimizedPlan(PhysicalPlan plan, SearchStats searchStats) {
6464
// individually hence why here the plan is kept as is
6565

6666
var logicalTestOptimizer = new LocalLogicalPlanOptimizer(
67-
new LocalLogicalOptimizerContext( config, FoldContext.small(), searchStats)
67+
new LocalLogicalOptimizerContext(config, FoldContext.small(), searchStats)
6868
);
6969
var physicalTestOptimizer = new TestLocalPhysicalPlanOptimizer(
7070
new LocalPhysicalOptimizerContext(new EsqlFlags(true), config, FoldContext.small(), searchStats),

0 commit comments

Comments
 (0)