Skip to content

Commit 47bee9f

Browse files
committed
spotless fixes
Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com>
1 parent 1fdb6d7 commit 47bee9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/framework/src/main/java/org/opensearch/index/mapper/MapperServiceTestCase.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,8 @@ protected XContentBuilder fieldMapping(CheckedConsumer<XContentBuilder, IOExcept
241241
return fieldMapping(buildField, false);
242242
}
243243

244-
protected final XContentBuilder fieldMapping(CheckedConsumer<XContentBuilder, IOException> buildField, Boolean isDerived) throws IOException {
244+
protected final XContentBuilder fieldMapping(CheckedConsumer<XContentBuilder, IOException> buildField, Boolean isDerived)
245+
throws IOException {
245246
if (isDerived) {
246247
return derivedMapping(b -> {
247248
b.startObject("field");

0 commit comments

Comments
 (0)