From decc475f7c07eb011b20a5865dd094482722717e Mon Sep 17 00:00:00 2001 From: Erwin de Haan Date: Sun, 13 Jan 2019 20:18:07 +0100 Subject: Visual Studio Reformat: Emby.Notifications --- Emby.Notifications/NotificationConfigurationFactory.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Emby.Notifications/NotificationConfigurationFactory.cs') 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 { -- cgit v1.2.3