Skip to content

Commit ce2ce1c

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 0404ab0 commit ce2ce1c

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/LocalLogicalPlanOptimizerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ protected LogicalPlan rule(Aggregate plan, LocalLogicalOptimizerContext context)
867867
assertThat(e.getMessage(), containsString("additionalAttribute"));
868868
}
869869

870-
public void testVerifierOnAttributeDatatypeChanged(){
870+
public void testVerifierOnAttributeDatatypeChanged() {
871871
var plan = localPlan("""
872872
from test
873873
| stats a = min(salary) by emp_no

0 commit comments

Comments
 (0)