Skip to content

Commit

Permalink
fix spotless issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vamshin committed Apr 14, 2020
1 parent 7f84e12 commit e9d4a46
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,7 @@ public static AggregatorFactories.Builder parseAggregators(XContentParser parser
);
}

aggBuilder = parser.namedObject(BaseAggregationBuilder.class, fieldName, aggregationName
);
aggBuilder = parser.namedObject(BaseAggregationBuilder.class, fieldName, aggregationName);
}
} else {
throw new ParsingException(
Expand Down

0 comments on commit e9d4a46

Please sign in to comment.