Skip to content

Commit f6174b2

Browse files
author
Sachin Kale
committed
Apply spotless check
Signed-off-by: Sachin Kale <kalsac@amazon.com>
1 parent 11ef270 commit f6174b2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

server/src/test/java/org/opensearch/index/IndexSettingsTests.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -872,9 +872,7 @@ public void testEnablingRemoteStoreFailsWhenReplicationTypeIsDocument() {
872872
}
873873

874874
public void testEnablingRemoteStoreFailsWhenReplicationTypeIsDefault() {
875-
Settings indexSettings = Settings.builder()
876-
.put("index.remote_store.enabled", true)
877-
.build();
875+
Settings indexSettings = Settings.builder().put("index.remote_store.enabled", true).build();
878876
IllegalArgumentException iae = expectThrows(
879877
IllegalArgumentException.class,
880878
() -> IndexMetadata.INDEX_REMOTE_STORE_ENABLED_SETTING.get(indexSettings)

0 commit comments

Comments
 (0)