A little reformatting and removal of unused usings
This commit is contained in:
@@ -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<ActionRights>(), entities);
|
||||
|
||||
}
|
||||
|
||||
public void Handle(PublicAccessEntrySavedNotification notification)
|
||||
|
||||
Reference in New Issue
Block a user