Skip to content

Commit 1296862

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent b7f8ad3 commit 1296862

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

server/src/main/java/org/elasticsearch/index/codec/vectors/diskbbq/ES920DiskBBQVectorsReader.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,7 @@ private static Map<String, FlatVectorsReader> loadReaders(SegmentReadState state
5555
if (formatName == null) {
5656
throw new IllegalArgumentException("Field does not have " + RAW_VECTOR_FORMAT);
5757
}
58-
readers.put(
59-
fi.name,
60-
(FlatVectorsReader) KnnVectorsFormat.forName(formatName)
61-
.fieldsReader(state)
62-
);
58+
readers.put(fi.name, (FlatVectorsReader) KnnVectorsFormat.forName(formatName).fieldsReader(state));
6359
}
6460
}
6561

0 commit comments

Comments
 (0)