Skip to content

Commit 99b9365

Browse files
Spotless apply
Signed-off-by: Bruce Hong <[email protected]>
1 parent d759498 commit 99b9365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/test/java/org/opensearch/index/mapper/DocumentParserTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2497,7 +2497,7 @@ public void testDynamicFalseAllowTemplatesWithCopyTo() throws Exception {
24972497
}
24982498
b.endObject();
24992499
}));
2500-
2500+
25012501
ParsedDocument parsedDoc = mapperWithDynamic.parse(source(b -> b.field("source_field", "test value")));
25022502
if (parsedDoc.dynamicMappingsUpdate() != null) {
25032503
merge(mapperService, dynamicMapping(parsedDoc.dynamicMappingsUpdate()));
@@ -2558,7 +2558,7 @@ public void testDynamicFalseAllowTemplatesWithNestedCopyTo() throws Exception {
25582558
}
25592559
b.endObject();
25602560
}));
2561-
2561+
25622562
ParsedDocument parsedDoc = mapperWithDynamic.parse(source(b -> {
25632563
b.startObject("nested");
25642564
{

0 commit comments

Comments
 (0)