Skip to content

Commit

Permalink
spotless fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Rishabh Maurya <[email protected]>
  • Loading branch information
rishabhmaurya committed Mar 22, 2024
1 parent 1fdb6d7 commit 47bee9f
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 47bee9f

Please sign in to comment.