Skip to content

Commit

Permalink
Spotless fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Kale <kalsac@amazon.com>
  • Loading branch information
Sachin Kale committed Jul 19, 2023
1 parent fd22a1b commit 32cc3c5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ protected boolean addMockInternalEngine() {
@Override
protected Settings featureFlagSettings() {
return Settings.builder()
.put(super.featureFlagSettings()).put(FeatureFlags.REMOTE_STORE, "true")
.put(super.featureFlagSettings())
.put(FeatureFlags.REMOTE_STORE, "true")
.put(FeatureFlags.SEGMENT_REPLICATION_EXPERIMENTAL, "true")
.build();
}
Expand Down

0 comments on commit 32cc3c5

Please sign in to comment.