Skip to content

Commit 1ec72ae

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 6a8bc77 commit 1ec72ae

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

server/src/main/java/org/elasticsearch/index/mapper/vectors/SparseVectorFieldMapper.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,12 @@ public static SparseVectorIndexOptions parseFromMap(Map<String, Object> map) {
606606
}
607607

608608
try {
609-
XContentParser parser =
610-
new MapXContentParser(NamedXContentRegistry.EMPTY, DeprecationHandler.IGNORE_DEPRECATIONS, map, XContentType.JSON);
609+
XContentParser parser = new MapXContentParser(
610+
NamedXContentRegistry.EMPTY,
611+
DeprecationHandler.IGNORE_DEPRECATIONS,
612+
map,
613+
XContentType.JSON
614+
);
611615

612616
return INDEX_OPTIONS_PARSER.parse(parser, null);
613617
} catch (IOException ioEx) {

0 commit comments

Comments
 (0)