Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Jan 31, 2025
1 parent b653ea7 commit 4df2a07
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ object RunStatus {
override def toString = "Failed"
}

final case class Aborted(errorCode: Status,
instantiatedVmInfo: Option[InstantiatedVmInfo] = Option.empty
) extends UnsuccessfulRunStatus {
final case class Aborted(errorCode: Status, instantiatedVmInfo: Option[InstantiatedVmInfo] = Option.empty)
extends UnsuccessfulRunStatus {
override def toString = "Aborted"

override def eventList: Seq[ExecutionEvent] = List.empty

Check warning on line 50 in supportedBackends/google/batch/src/main/scala/cromwell/backend/google/batch/models/RunStatus.scala

View check run for this annotation

Codecov / codecov/patch

supportedBackends/google/batch/src/main/scala/cromwell/backend/google/batch/models/RunStatus.scala#L50

Added line #L50 was not covered by tests
Expand Down

0 comments on commit 4df2a07

Please sign in to comment.