From 152dc7a5b9d6d80911e50cdb570249997d25d5d8 Mon Sep 17 00:00:00 2001 From: Kenn Jacobsen Date: Tue, 16 Mar 2021 09:59:44 +0100 Subject: [PATCH] A little reformatting and removal of unused usings --- src/Umbraco.Infrastructure/Cache/DistributedCacheHandler.cs | 2 -- src/Umbraco.Infrastructure/Events/UserNotificationsHandler.cs | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/Umbraco.Infrastructure/Cache/DistributedCacheHandler.cs b/src/Umbraco.Infrastructure/Cache/DistributedCacheHandler.cs index 793c78f68b..a72b37c189 100644 --- a/src/Umbraco.Infrastructure/Cache/DistributedCacheHandler.cs +++ b/src/Umbraco.Infrastructure/Cache/DistributedCacheHandler.cs @@ -1,7 +1,5 @@ using System.Linq; using Umbraco.Cms.Core.Events; -using Umbraco.Cms.Core.Models; -using Umbraco.Cms.Core.Models.Membership; using Umbraco.Cms.Infrastructure.Services.Notifications; using Umbraco.Extensions; diff --git a/src/Umbraco.Infrastructure/Events/UserNotificationsHandler.cs b/src/Umbraco.Infrastructure/Events/UserNotificationsHandler.cs index 933a0fc890..3df16dda25 100644 --- a/src/Umbraco.Infrastructure/Events/UserNotificationsHandler.cs +++ b/src/Umbraco.Infrastructure/Events/UserNotificationsHandler.cs @@ -211,7 +211,6 @@ namespace Umbraco.Cms.Core.Events })); } } - } public void Handle(AssignedUserGroupPermissionsNotification notification) @@ -222,7 +221,6 @@ namespace Umbraco.Cms.Core.Events return; } _notifier.Notify(_actions.GetAction(), entities); - } public void Handle(PublicAccessEntrySavedNotification notification)