Skip to content

Commit 8e13a3a

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 571534c commit 8e13a3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server/src/main/java/org/elasticsearch/search/vectors/AbstractIVFKnnVectorQuery.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@
5555
import java.util.concurrent.Callable;
5656
import java.util.concurrent.atomic.LongAccumulator;
5757

58-
import static org.elasticsearch.search.vectors.AbstractMaxScoreKnnCollector.LEAST_COMPETITIVE;
59-
6058
import static org.apache.lucene.index.VectorSimilarityFunction.COSINE;
59+
import static org.elasticsearch.search.vectors.AbstractMaxScoreKnnCollector.LEAST_COMPETITIVE;
6160

6261
abstract class AbstractIVFKnnVectorQuery extends Query implements QueryProfilerProvider {
6362

0 commit comments

Comments
 (0)