Skip to content

Commit

Permalink
Apply spotless to fix Gradle check
Browse files Browse the repository at this point in the history
  • Loading branch information
qreshi committed Mar 11, 2024
1 parent c7ad1f8 commit ecd4fcc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ protected XContentBuilder fieldMapping(CheckedConsumer<XContentBuilder, IOExcept
return fieldMapping(buildField, false);
}

protected final XContentBuilder fieldMapping(CheckedConsumer<XContentBuilder, IOException> buildField, Boolean isDerived) throws IOException {
protected final XContentBuilder fieldMapping(CheckedConsumer<XContentBuilder, IOException> buildField, Boolean isDerived)
throws IOException {
if (isDerived) {
return derivedMapping(b -> {
b.startObject("field");
Expand Down

0 comments on commit ecd4fcc

Please sign in to comment.