From d01a3c327e78b08e2fcfe3d164e65b32942b7681 Mon Sep 17 00:00:00 2001 From: Cody Date: Sat, 13 Jan 2024 21:09:00 -0800 Subject: [PATCH] remove space --- Oqtane.Client/Modules/Admin/UserProfile/Index.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Client/Modules/Admin/UserProfile/Index.razor b/Oqtane.Client/Modules/Admin/UserProfile/Index.razor index 083e88da..939899ba 100644 --- a/Oqtane.Client/Modules/Admin/UserProfile/Index.razor +++ b/Oqtane.Client/Modules/Admin/UserProfile/Index.razor @@ -577,7 +577,7 @@ try { ModuleInstance.ShowProgressIndicator(); - foreach (var Notification in notifications) + foreach(var Notification in notifications) { if (!Notification.IsDeleted) {