Skip to content

Commit 479bffa

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 10eb3bb commit 479bffa

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,8 @@ private MapperService createMapperService(
181181
return createMapperServiceWithIndexVersion(mappings, useLegacyFormat, indexVersion);
182182
}
183183

184-
private MapperService createMapperServiceWithIndexVersion(
185-
XContentBuilder mappings,
186-
boolean useLegacyFormat,
187-
IndexVersion indexVersion
188-
) throws IOException {
184+
private MapperService createMapperServiceWithIndexVersion(XContentBuilder mappings, boolean useLegacyFormat, IndexVersion indexVersion)
185+
throws IOException {
189186
var settings = Settings.builder()
190187
.put(IndexMetadata.SETTING_INDEX_VERSION_CREATED.getKey(), indexVersion)
191188
.put(InferenceMetadataFieldsMapper.USE_LEGACY_SEMANTIC_TEXT_FORMAT.getKey(), useLegacyFormat)

0 commit comments

Comments
 (0)