From a160674bdf56f27657d47ae1464fb70063a9a179 Mon Sep 17 00:00:00 2001 From: rjohanek Date: Tue, 3 Sep 2024 09:39:17 -0400 Subject: [PATCH] scalafmt --- .../scala/thurloe/notification/NotificationMonitor.scala | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/scala/thurloe/notification/NotificationMonitor.scala b/src/main/scala/thurloe/notification/NotificationMonitor.scala index 908dadbe..c7a5dba2 100644 --- a/src/main/scala/thurloe/notification/NotificationMonitor.scala +++ b/src/main/scala/thurloe/notification/NotificationMonitor.scala @@ -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,