Skip to content

Commit 925524f

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 0c5eb46 commit 925524f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libs/simdvec/src/main21/java/org/elasticsearch/simdvec/internal/vectorization/MemorySegmentESNextOSQVectorsScorer.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ public float scoreBulk(
102102
);
103103
}
104104

105-
abstract static sealed class MemorySegmentScorer permits MSBitToInt4ESNextOSQVectorsScorer,
106-
MSInt4SymmetricESNextOSQVectorsScorer {
105+
abstract static sealed class MemorySegmentScorer permits MSBitToInt4ESNextOSQVectorsScorer, MSInt4SymmetricESNextOSQVectorsScorer {
107106

108107
static final int BULK_SIZE = MemorySegmentESNextOSQVectorsScorer.BULK_SIZE;
109108
static final float FOUR_BIT_SCALE = 1f / ((1 << 4) - 1);

0 commit comments

Comments
 (0)