Skip to content

Commit

Permalink
Fix formatting (airbytehq#16743)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpgrailsdev authored and jhammarstedt committed Oct 31, 2022
1 parent 76c9fd6 commit 04ad70f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 04ad70f

Please sign in to comment.