From 089fba60a7e3d781d50acd3fdbd618b61567f9a4 Mon Sep 17 00:00:00 2001 From: Nick Krantz Date: Wed, 28 May 2025 15:39:26 -0500 Subject: [PATCH] formatting --- .../Vault/Commands/MarkNotificationsForTaskAsDeletedCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Vault/Commands/MarkNotificationsForTaskAsDeletedCommand.cs b/src/Core/Vault/Commands/MarkNotificationsForTaskAsDeletedCommand.cs index ffb993a824..a6ed1e1429 100644 --- a/src/Core/Vault/Commands/MarkNotificationsForTaskAsDeletedCommand.cs +++ b/src/Core/Vault/Commands/MarkNotificationsForTaskAsDeletedCommand.cs @@ -1,4 +1,4 @@ -using Bit.Core.Context; +using Bit.Core.Context; using Bit.Core.NotificationCenter.Entities; using Bit.Core.NotificationCenter.Repositories; using Bit.Core.Platform.Push;