Skip to content

Commit 8ff8c18

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent ebca79f commit 8ff8c18

File tree

1 file changed

+1
-6
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/math

1 file changed

+1
-6
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/math/RoundTo.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,7 @@ public class RoundTo extends EsqlScalarFunction {
5757
description = """
5858
Rounds down to one of a list of fixed points.""",
5959
examples = @Example(file = "math", tag = "round_to"),
60-
appliesTo = {
61-
@FunctionAppliesTo(
62-
lifeCycle = FunctionAppliesToLifecycle.COMING,
63-
version = "8.19.0/9.1.0"
64-
)
65-
}
60+
appliesTo = { @FunctionAppliesTo(lifeCycle = FunctionAppliesToLifecycle.COMING, version = "8.19.0/9.1.0") }
6661
)
6762
public RoundTo(
6863
Source source,

0 commit comments

Comments
 (0)