Skip to content

Commit d60e2df

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent dd4a218 commit d60e2df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ public static TokenPruningConfig parseFromMap(Map<String, Object> pruningConfigM
212212
}
213213

214214
try {
215-
XContentParser parser = new MapXContentParser(NamedXContentRegistry.EMPTY,
215+
XContentParser parser = new MapXContentParser(
216+
NamedXContentRegistry.EMPTY,
216217
DeprecationHandler.IGNORE_DEPRECATIONS,
217218
pruningConfigMap,
218219
XContentType.JSON

0 commit comments

Comments
 (0)