diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-13 20:18:07 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-13 20:18:07 +0100 |
| commit | decc475f7c07eb011b20a5865dd094482722717e (patch) | |
| tree | f5f151cbc813de1976892aee1f89ad1317994c1d /Emby.Notifications/NotificationConfigurationFactory.cs | |
| parent | 5665933849714ba9c836950ad1b092e23f382d7b (diff) | |
Visual Studio Reformat: Emby.Notifications
Diffstat (limited to 'Emby.Notifications/NotificationConfigurationFactory.cs')
| -rw-r--r-- | Emby.Notifications/NotificationConfigurationFactory.cs | 4 |
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 { |
