remove space

This commit is contained in:
Cody
2024-01-13 21:09:00 -08:00
committed by GitHub
parent 7c52b6ab23
commit d01a3c327e

View File

@ -577,7 +577,7 @@
try try
{ {
ModuleInstance.ShowProgressIndicator(); ModuleInstance.ShowProgressIndicator();
foreach (var Notification in notifications) foreach(var Notification in notifications)
{ {
if (!Notification.IsDeleted) if (!Notification.IsDeleted)
{ {