Skip to content

Commit 6052808

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 5df1d1c commit 6052808

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ public void writeTo(StreamOutput out) throws IOException {
144144
@Override
145145
public ExpressionEvaluator.Factory toEvaluator(ToEvaluator toEvaluator) {
146146
throw new UnsupportedOperationException(
147-
"Clamp should have been replaced by ClampMin and ClampMax. Something went wrong in the compute engine.");
147+
"Clamp should have been replaced by ClampMin and ClampMax. Something went wrong in the compute engine."
148+
);
148149
}
149150

150151
@Override

0 commit comments

Comments
 (0)