aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Notifications/INotificationTypeFactory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/Notifications/INotificationTypeFactory.cs')
-rw-r--r--MediaBrowser.Controller/Notifications/INotificationTypeFactory.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Notifications/INotificationTypeFactory.cs b/MediaBrowser.Controller/Notifications/INotificationTypeFactory.cs
index bf92aae2d..43b18101c 100644
--- a/MediaBrowser.Controller/Notifications/INotificationTypeFactory.cs
+++ b/MediaBrowser.Controller/Notifications/INotificationTypeFactory.cs
@@ -1,5 +1,5 @@
-using MediaBrowser.Model.Notifications;
-using System.Collections.Generic;
+using System.Collections.Generic;
+using MediaBrowser.Model.Notifications;
namespace MediaBrowser.Controller.Notifications
{