diff --git a/airbyte-workers/src/main/java/io/airbyte/workers/temporal/TemporalUtils.java b/airbyte-workers/src/main/java/io/airbyte/workers/temporal/TemporalUtils.java index 5c9d4add2adc..11e836eac2d0 100644 --- a/airbyte-workers/src/main/java/io/airbyte/workers/temporal/TemporalUtils.java +++ b/airbyte-workers/src/main/java/io/airbyte/workers/temporal/TemporalUtils.java @@ -69,7 +69,8 @@ public class TemporalUtils { public TemporalUtils(@Property(name = "temporal.cloud.client.cert") final String temporalCloudClientCert, @Property(name = "temporal.cloud.client.key") final String temporalCloudClientKey, - @Property(name = "temporal.cloud.enabled", defaultValue = "false") final Boolean temporalCloudEnabled, + @Property(name = "temporal.cloud.enabled", + defaultValue = "false") final Boolean temporalCloudEnabled, @Value("${temporal.cloud.host}") final String temporalCloudHost, @Value("${temporal.cloud.namespace}") final String temporalCloudNamespace, @Value("${temporal.host}") final String temporalHost,