Skip to content

Commit b434f8b

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 3260326 commit b434f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/inference/src/test/java/org/elasticsearch/xpack/inference/mapper/SemanticTextFieldMapperTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ private static void assertSemanticTextField(
796796
SparseVectorFieldMapper.SparseVectorIndexOptions applied = sparseVectorFieldMapper.fieldType().getIndexOptions();
797797
SparseVectorFieldMapper.SparseVectorIndexOptions expected = expectedIndexOptions == null
798798
? SparseVectorFieldMapper.SparseVectorIndexOptions.getDefaultIndexOptions(indexVersion)
799-
: (SparseVectorFieldMapper.SparseVectorIndexOptions)expectedIndexOptions.indexOptions();
799+
: (SparseVectorFieldMapper.SparseVectorIndexOptions) expectedIndexOptions.indexOptions();
800800
assertEquals(expected, applied);
801801
}
802802
case TEXT_EMBEDDING -> {

0 commit comments

Comments
 (0)