Skip to content

Commit 6d0cc1b

Browse files
committed
Apply scalaFmt.
1 parent e3f9ead commit 6d0cc1b

File tree

1 file changed

+2
-1
lines changed
  • common/scala/src/main/scala/org/apache/openwhisk/common

1 file changed

+2
-1
lines changed

common/scala/src/main/scala/org/apache/openwhisk/common/Logging.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,8 @@ object LoggingMarkers {
594594
val SCHEDULER_KAFKA_WAIT_TIME =
595595
LogMarkerToken(scheduler, "kafkaWaitTime", counter)(MeasurementUnit.time.milliseconds)
596596
def SCHEDULER_WAIT_TIME(action: String) =
597-
LogMarkerToken(scheduler, "waitTime", counter, Some(action), Map("action" -> action))(MeasurementUnit.time.milliseconds)
597+
LogMarkerToken(scheduler, "waitTime", counter, Some(action), Map("action" -> action))(
598+
MeasurementUnit.time.milliseconds)
598599

599600
def SCHEDULER_KEEP_ALIVE(leaseId: Long) =
600601
LogMarkerToken(scheduler, "keepAlive", counter, None, Map("leaseId" -> leaseId.toString))(MeasurementUnit.none)

0 commit comments

Comments
 (0)