Skip to content

Commit 98e6d9e

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent ecd964a commit 98e6d9e

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
@@ -177,7 +177,7 @@ CentroidAssignments calculateAndWriteCentroids(
177177
FloatVectorValues floatVectorValues,
178178
IndexOutput centroidOutput,
179179
float[] globalCentroid
180-
) throws IOException {
180+
) throws IOException {
181181

182182
long nanoTime = System.nanoTime();
183183

0 commit comments

Comments
 (0)