Skip to content

Commit b08c01a

Browse files
Formatting
1 parent a054e8d commit b08c01a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-infra/src/main/java/com/datastax/oss/driver/api/testinfra/ccm/DefaultCcmBridgeBuilderCustomizer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
public class DefaultCcmBridgeBuilderCustomizer {
2626

2727
public static CcmBridge.Builder configureBuilder(CcmBridge.Builder builder) {
28-
if ((!CcmBridge.isDistributionOf(
29-
BackendType.DSE, (dist, cass) -> dist.nextStable().compareTo(Version.V4_0_0) >= 0))
28+
if (!CcmBridge.isDistributionOf(
29+
BackendType.DSE, (dist, cass) -> dist.nextStable().compareTo(Version.V4_0_0) >= 0)
3030
|| CcmBridge.isDistributionOf(BackendType.HCD)) {
3131
builder.withCassandraConfiguration("enable_materialized_views", true);
3232
builder.withCassandraConfiguration("enable_sasi_indexes", true);

0 commit comments

Comments
 (0)