Skip to content

Commit

Permalink
ok scalafmt whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Sep 25, 2024
1 parent 8806ae9 commit 7cf16fc
Showing 1 changed file with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,21 @@ import com.google.api.services.oauth2.Oauth2Scopes
import com.google.api.services.storage.StorageScopes
import com.google.cloud.batch.v1.AllocationPolicy._
import com.google.cloud.batch.v1.LogsPolicy.Destination
import com.google.cloud.batch.v1.{AllocationPolicy, ComputeResource, CreateJobRequest, DeleteJobRequest, GetJobRequest, Job, JobName, LogsPolicy, Runnable, ServiceAccount, TaskGroup, TaskSpec, Volume}
import com.google.cloud.batch.v1.{
AllocationPolicy,
ComputeResource,
CreateJobRequest,
DeleteJobRequest,
GetJobRequest,
Job,
JobName,
LogsPolicy,
Runnable,
ServiceAccount,
TaskGroup,
TaskSpec,
Volume
}
import com.google.protobuf.Duration
import cromwell.backend.google.batch.io.GcpBatchAttachedDisk
import cromwell.backend.google.batch.models.GcpBatchConfigurationAttributes.GcsTransferConfiguration
Expand Down

0 comments on commit 7cf16fc

Please sign in to comment.