Skip to content

Commit d34c710

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent e7cc20c commit d34c710

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/promql

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/promql/PromqlCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public void postAnalysisVerification(Failures failures) {
142142
fail(
143143
withinSeriesAggregate,
144144
"within time series aggregate function [{}] "
145-
+ "can only be used inside an across time series aggregate function at this time",
145+
+ "can only be used inside an across time series aggregate function at this time",
146146
withinSeriesAggregate.sourceText()
147147
)
148148
);

0 commit comments

Comments
 (0)