Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
raejohanek committed Sep 3, 2024
1 parent 5bf8c0b commit a160674
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,11 @@ class NotificationMonitorActor(val pollInterval: FiniteDuration,
Map.empty
)

case SnapshotRequestSubmittedNotification(recipientUserId, requestName, requestId, dateSubmitted, requestSummary) =>
case SnapshotRequestSubmittedNotification(recipientUserId,
requestName,
requestId,
dateSubmitted,
requestSummary) =>
thurloe.service.Notification(
Option(recipientUserId),
None,
Expand Down

0 comments on commit a160674

Please sign in to comment.