Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Sep 18, 2024
1 parent 0c87129 commit 0f773ca
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ case class GcpBatchJobPaths(override val workflowPaths: GcpBatchWorkflowPaths,

override lazy val customMetadataPaths =
workflowPaths.monitoringScriptPath map { p =>
Map(GcpBatchMetadataKeys.MonitoringScript -> p,
GcpBatchMetadataKeys.MonitoringLog -> jesMonitoringLogPath
)
Map(GcpBatchMetadataKeys.MonitoringScript -> p, GcpBatchMetadataKeys.MonitoringLog -> jesMonitoringLogPath)
} getOrElse Map.empty

override def standardOutputAndErrorPaths: Map[String, Path] =
Expand Down

0 comments on commit 0f773ca

Please sign in to comment.