Skip to content

Commit e3c77f6

Browse files
jgainerdewarlucymcnatt
authored andcommitted
AN-305 No more stewarding of scala (#7664)
formatting again
1 parent 46fa939 commit e3c77f6

File tree

3 files changed

+17
-189
lines changed

3 files changed

+17
-189
lines changed

.github/workflows/combine_scalasteward_prs.yml

Lines changed: 0 additions & 108 deletions
This file was deleted.

.scala-steward.conf

Lines changed: 0 additions & 77 deletions
This file was deleted.

supportedBackends/google/batch/src/test/scala/cromwell/backend/google/batch/api/BatchRequestExecutorSpec.scala

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,21 @@ package cromwell.backend.google.batch.api.request
22

33
import akka.actor.ActorSystem
44
import akka.testkit.TestKit
5-
import com.google.cloud.batch.v1.{AllocationPolicy, BatchServiceClient, BatchServiceSettings, GetJobRequest, Job, JobStatus, StatusEvent}
6-
import com.google.cloud.batch.v1.AllocationPolicy.{InstancePolicy, InstancePolicyOrTemplate, LocationPolicy, ProvisioningModel}
5+
import com.google.cloud.batch.v1.{
6+
AllocationPolicy,
7+
BatchServiceClient,
8+
BatchServiceSettings,
9+
GetJobRequest,
10+
Job,
11+
JobStatus,
12+
StatusEvent
13+
}
14+
import com.google.cloud.batch.v1.AllocationPolicy.{
15+
InstancePolicy,
16+
InstancePolicyOrTemplate,
17+
LocationPolicy,
18+
ProvisioningModel
19+
}
720
import com.google.cloud.batch.v1.JobStatus.State
821
import com.google.protobuf.Timestamp
922
import common.mock.MockSugar
@@ -23,8 +36,8 @@ class BatchRequestExecutorSpec
2336
with PrivateMethodTester {
2437

2538
def setupBatchClient(machineType: String = "n1-standard-1",
26-
location: String = "regions/us-central1",
27-
jobState: State = JobStatus.State.SUCCEEDED
39+
location: String = "regions/us-central1",
40+
jobState: State = JobStatus.State.SUCCEEDED
2841
): BatchServiceClient = {
2942
val instancePolicy = InstancePolicy
3043
.newBuilder()

0 commit comments

Comments
 (0)