Skip to content

Commit 3680ee4

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 0eef064 commit 3680ee4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,7 @@ private static FunctionDefinition[][] functions() {
472472
def(MultiMatch.class, MultiMatch::new, "multi_match"),
473473
def(QueryString.class, bi(QueryString::new), "qstr"),
474474
def(MatchPhrase.class, tri(MatchPhrase::new), "match_phrase"),
475-
def(Score.class, uni(Score::new), "score"),
476-
} };
475+
def(Score.class, uni(Score::new), "score"), } };
477476

478477
}
479478

0 commit comments

Comments
 (0)