From 1da62d82117c9a564599e5c65a7941b55a6da992 Mon Sep 17 00:00:00 2001 From: Andre Rosado Date: Fri, 4 Aug 2023 11:34:21 +0100 Subject: [PATCH] Fixed whitespace formatting --- src/Core/Models/Response/NotificationResponse.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Models/Response/NotificationResponse.cs b/src/Core/Models/Response/NotificationResponse.cs index 6addf5e07..3976012d5 100644 --- a/src/Core/Models/Response/NotificationResponse.cs +++ b/src/Core/Models/Response/NotificationResponse.cs @@ -33,7 +33,7 @@ namespace Bit.Core.Models.Response public string UserId { get; set; } public DateTime Date { get; set; } } - + public class SyncSendNotification { public string Id { get; set; }