aboutsummaryrefslogtreecommitdiff
path: root/Emby.Notifications/NotificationConfigurationFactory.cs
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:18:07 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:18:07 +0100
commitdecc475f7c07eb011b20a5865dd094482722717e (patch)
treef5f151cbc813de1976892aee1f89ad1317994c1d /Emby.Notifications/NotificationConfigurationFactory.cs
parent5665933849714ba9c836950ad1b092e23f382d7b (diff)
Visual Studio Reformat: Emby.Notifications
Diffstat (limited to 'Emby.Notifications/NotificationConfigurationFactory.cs')
-rw-r--r--Emby.Notifications/NotificationConfigurationFactory.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Notifications/NotificationConfigurationFactory.cs b/Emby.Notifications/NotificationConfigurationFactory.cs
index 2d464910e..62258315e 100644
--- a/Emby.Notifications/NotificationConfigurationFactory.cs
+++ b/Emby.Notifications/NotificationConfigurationFactory.cs
@@ -1,6 +1,6 @@
-using MediaBrowser.Common.Configuration;
+using System.Collections.Generic;
+using MediaBrowser.Common.Configuration;
using MediaBrowser.Model.Notifications;
-using System.Collections.Generic;
namespace Emby.Notifications
{