Skip to content

Commit ecd4fcc

Browse files
committed
Apply spotless to fix Gradle check
1 parent c7ad1f8 commit ecd4fcc

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)