Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettn4 committed Dec 26, 2024
1 parent ae716da commit ef9015a
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ class CromwellAppInstallSpec extends BaseAppInstallSpec {
"config.applicationInsightsConnectionString=applicationInsightsConnectionString," +
s"config.azureEnvironment=${ConfigReader.appConfig.azure.hostingModeConfig.azureEnvironment}" +
s"config.azureManagementTokenScope=${AzureEnvironmentConverter
.fromString(ConfigReader.appConfig.azure.hostingModeConfig.azureEnvironment)
.getResourceManagerEndpoint}.default" +
.fromString(ConfigReader.appConfig.azure.hostingModeConfig.azureEnvironment)
.getResourceManagerEndpoint}.default" +
s"config.batchAccountSuffix=${AzureEnvironmentConverter
.batchAccountSuffixFromString(ConfigReader.appConfig.azure.hostingModeConfig.azureEnvironment)}" +
.batchAccountSuffixFromString(ConfigReader.appConfig.azure.hostingModeConfig.azureEnvironment)}" +
"relay.path=https://relay.com/app," +
"persistence.storageResourceGroup=mrg," +
"persistence.storageAccount=storage," +
s"persistence.storageAccountSuffix=${AzureEnvironmentConverter
.fromString(ConfigReader.appConfig.azure.hostingModeConfig.azureEnvironment)
.getStorageEndpointSuffix}" +
.fromString(ConfigReader.appConfig.azure.hostingModeConfig.azureEnvironment)
.getStorageEndpointSuffix}" +
"persistence.blobContainer=sc-container," +
"persistence.leoAppInstanceName=app1," +
s"persistence.workspaceManager.url=${ConfigReader.appConfig.azure.wsm.uri.renderString}," +
Expand Down Expand Up @@ -119,16 +119,16 @@ class CromwellAppInstallSpec extends BaseAppInstallSpec {
"config.applicationInsightsConnectionString=applicationInsightsConnectionString," +
s"config.azureEnvironment=${ConfigReader.appConfig.azure.hostingModeConfig.azureEnvironment}" +
s"config.azureManagementTokenScope=${AzureEnvironmentConverter
.fromString(ConfigReader.appConfig.azure.hostingModeConfig.azureEnvironment)
.getResourceManagerEndpoint}.default" +
.fromString(ConfigReader.appConfig.azure.hostingModeConfig.azureEnvironment)
.getResourceManagerEndpoint}.default" +
s"config.batchAccountSuffix=${AzureEnvironmentConverter
.batchAccountSuffixFromString(ConfigReader.appConfig.azure.hostingModeConfig.azureEnvironment)}" +
.batchAccountSuffixFromString(ConfigReader.appConfig.azure.hostingModeConfig.azureEnvironment)}" +
"relay.path=https://relay.com/app," +
"persistence.storageResourceGroup=mrg," +
"persistence.storageAccount=storage," +
s"persistence.storageAccountSuffix=${AzureEnvironmentConverter
.fromString(ConfigReader.appConfig.azure.hostingModeConfig.azureEnvironment)
.getStorageEndpointSuffix}" +
.fromString(ConfigReader.appConfig.azure.hostingModeConfig.azureEnvironment)
.getStorageEndpointSuffix}" +
"persistence.blobContainer=sc-container," +
"persistence.leoAppInstanceName=app1," +
s"persistence.workspaceManager.url=${ConfigReader.appConfig.azure.wsm.uri.renderString}," +
Expand Down

0 comments on commit ef9015a

Please sign in to comment.