Skip to content

Commit 54ff811

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 95772a5 commit 54ff811

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

qa/lucene-index-compatibility/src/javaRestTest/java/org/elasticsearch/lucene/RollingUpgradeLuceneIndexCompatibilityTestCase.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,7 @@ public void testClosedIndexUpgrade() throws Exception {
187187
createIndex(
188188
client(),
189189
index,
190-
Settings.builder()
191-
.put(IndexMetadata.SETTING_NUMBER_OF_SHARDS, 1)
192-
.put(IndexMetadata.SETTING_NUMBER_OF_REPLICAS, 0)
193-
.build()
190+
Settings.builder().put(IndexMetadata.SETTING_NUMBER_OF_SHARDS, 1).put(IndexMetadata.SETTING_NUMBER_OF_REPLICAS, 0).build()
194191
);
195192
indexDocs(index, numDocs);
196193
return;

0 commit comments

Comments
 (0)