Skip to content

Commit f2975a3

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 958dfba commit f2975a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/VerifierTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2192,7 +2192,7 @@ public void testFullTextFunctionsInStats() {
21922192
if (EsqlCapabilities.Cap.MULTI_MATCH_FUNCTION.isEnabled()) {
21932193
checkFullTextFunctionsInStats("multi_match(\"Smith\", first_name, last_name)");
21942194
}
2195-
if( EsqlCapabilities.Cap.KNN_FUNCTION.isEnabled()) {
2195+
if (EsqlCapabilities.Cap.KNN_FUNCTION.isEnabled()) {
21962196
checkFullTextFunctionsInStats("knn(vector, [0, 1, 2])");
21972197
}
21982198
}

0 commit comments

Comments
 (0)