Skip to content

Commit 0630a50

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 356c703 commit 0630a50

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/aggregation/StdDevStates.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ public final class StdDevStates {
2121
private StdDevStates() {}
2222

2323
enum Variation {
24-
SAMPLE, POPULATION, SAMPLE_VARIANCE, POPULATION_VARIANCE
24+
SAMPLE,
25+
POPULATION,
26+
SAMPLE_VARIANCE,
27+
POPULATION_VARIANCE
2528
}
2629

2730
static final class SingleState implements AggregatorState {

x-pack/plugin/esql/src/main/generated-src/org/elasticsearch/xpack/esql/expression/function/aggregate/StdDevSample.java

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugin/esql/src/main/generated-src/org/elasticsearch/xpack/esql/expression/function/aggregate/VariancePopulation.java

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugin/esql/src/main/generated-src/org/elasticsearch/xpack/esql/expression/function/aggregate/VarianceSample.java

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)