Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorgantaylor committed Dec 9, 2024
1 parent 0d00fef commit e774e4b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/scala/thurloe/notification/NotificationMonitor.scala
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,8 @@ class NotificationMonitorActor(val pollInterval: FiniteDuration,
timeCompleted,
quotaConsumedByJob,
quotaRemaining,
userDescription) =>
userDescription
) =>
thurloe.service.Notification(
Option(recipientUserId),
None,
Expand All @@ -485,7 +486,8 @@ class NotificationMonitorActor(val pollInterval: FiniteDuration,
timeCompleted,
quotaConsumedByJob,
quotaRemaining,
userDescription) =>
userDescription
) =>
thurloe.service.Notification(
Option(recipientUserId),
None,
Expand Down

0 comments on commit e774e4b

Please sign in to comment.