Skip to content

Commit a668050

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 924b457 commit a668050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/LogicalPlanBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ public PlanFactory visitCompletionCommand(EsqlBaseParser.CompletionCommandContex
11701170
if (targetField.qualifier() != null) {
11711171
throw qualifiersUnsupportedInFieldDefinitions(targetField.source(), ctx.targetField.getText());
11721172
}
1173-
1173+
11741174
InferenceCommandConfig commandConfig = context.inferenceCommandConfigProvider().get("completion");
11751175
Literal rowLimit = Literal.integer(Source.EMPTY, commandConfig.rowLimit());
11761176

0 commit comments

Comments
 (0)