Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Apr 11, 2024
1 parent a6a50cb commit df24f2d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ object WorkflowJob {
container: Option[JobContainer],
environment: Option[JobEnvironment],
concurrency: Option[Concurrency],
timeoutMinutes: Option[Int]) extends WorkflowJob {
timeoutMinutes: Option[Int])
extends WorkflowJob {
override def productPrefix = "Impl"
}
}

0 comments on commit df24f2d

Please sign in to comment.