Skip to content

Commit 3b0764e

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 0260eac commit 3b0764e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/codec/vectors/DefaultIVFVectorsWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ CentroidAssignments calculateAndWriteCentroids(
244244

245245
List<CentroidPartition> centroidPartitions = new ArrayList<>();
246246

247-
if(centroids.length > IVFVectorsFormat.DEFAULT_VECTORS_PER_CLUSTER) {
247+
if (centroids.length > IVFVectorsFormat.DEFAULT_VECTORS_PER_CLUSTER) {
248248
List<float[]> centroidsList = Arrays.stream(centroids).toList();
249249
FloatVectorValues centroidsAsFVV = FloatVectorValues.fromFloats(centroidsList, fieldInfo.getVectorDimension());
250250

0 commit comments

Comments
 (0)