Skip to content

Commit

Permalink
formatting via spotlessApply
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Singh <[email protected]>
  • Loading branch information
dreamer-89 committed Mar 18, 2022
1 parent 6f0774e commit 956e8ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2070,7 +2070,7 @@ public void testLegacyNoopUpdate() {
pr.settings(Settings.builder().put(IndexMetadata.SETTING_NUMBER_OF_SHARDS, 3).build());
}
if (randomBoolean()) {
pr.mappings("{}");
pr.mappings("{}");
}
if (randomBoolean()) {
pr.aliases(Collections.singleton(new Alias("alias")));
Expand Down

0 comments on commit 956e8ed

Please sign in to comment.