Skip to content

Commit c0e6258

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 87bce59 commit c0e6258

File tree

1 file changed

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

1 file changed

+5
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/Score.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ public class Score extends Function implements EvaluatorMapper {
5252
)
5353
public Score(
5454
Source source,
55-
@Param(name = "query", type = { "boolean" }, description = "Boolean expression that contains full text function(s) to be scored.") Expression scorableQuery
55+
@Param(
56+
name = "query",
57+
type = { "boolean" },
58+
description = "Boolean expression that contains full text function(s) to be scored."
59+
) Expression scorableQuery
5660
) {
5761
this(source, List.of(scorableQuery));
5862
}

0 commit comments

Comments
 (0)