Skip to content

Commit 1712987

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 7e0b870 commit 1712987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/rank-rrf/src/test/java/org/elasticsearch/xpack/rank/rrf/RRFRetrieverBuilderTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ public void testInferenceFieldWeights() {
513513
assertNotNull("Inner RRFRetrieverBuilder should exist", innerRrf);
514514
float[] actualWeights = innerRrf.weights();
515515
assertEquals("Should have exactly 2 weights", 2, actualWeights.length);
516-
516+
517517
// Sort both arrays to ensure deterministic comparison regardless of HashMap iteration order
518518
float[] expectedWeights = new float[] { 3.0f, 0.5f };
519519
Arrays.sort(actualWeights);

0 commit comments

Comments
 (0)