Skip to content

Commit 01e2aa0

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 8fc0ec5 commit 01e2aa0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

server/src/internalClusterTest/java/org/elasticsearch/action/IndicesRequestIT.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -590,9 +590,7 @@ public void testRejectDocumentWithTooManyArrayObjectFields() throws Exception {
590590
String indexName = "array-limit-test";
591591
int arrayLimit = 10;
592592

593-
assertAcked(
594-
prepareCreate(indexName).setSettings(Settings.builder().put("index.mapping.nested_objects.limit", arrayLimit).build())
595-
);
593+
assertAcked(prepareCreate(indexName).setSettings(Settings.builder().put("index.mapping.nested_objects.limit", arrayLimit).build()));
596594

597595
try (XContentBuilder doc = XContentFactory.jsonBuilder()) {
598596
doc.startObject();

0 commit comments

Comments
 (0)