aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.WebDashboard/ServerEntryPoint.cs
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:26:44 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:26:44 +0100
commitf4ae36b2a892c51c20d46b58bc603ae7a5407228 (patch)
treeba21d487dc880e1015e723943cf61f793bf628a6 /MediaBrowser.WebDashboard/ServerEntryPoint.cs
parent587bb85b41c8a3725b77b84d456598f0aa13cea0 (diff)
Visual Studio Reformat: MediaBrowser.WebDashboard
Diffstat (limited to 'MediaBrowser.WebDashboard/ServerEntryPoint.cs')
-rw-r--r--MediaBrowser.WebDashboard/ServerEntryPoint.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/MediaBrowser.WebDashboard/ServerEntryPoint.cs b/MediaBrowser.WebDashboard/ServerEntryPoint.cs
index 9bf87ac0b..f78a73c23 100644
--- a/MediaBrowser.WebDashboard/ServerEntryPoint.cs
+++ b/MediaBrowser.WebDashboard/ServerEntryPoint.cs
@@ -1,8 +1,7 @@
-using System;
+using System.Collections.Generic;
+using System.Linq;
using MediaBrowser.Common;
using MediaBrowser.Controller.Plugins;
-using System.Collections.Generic;
-using System.Linq;
namespace MediaBrowser.WebDashboard
{