aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Updates
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:23:38 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:23:38 +0100
commitd655283ef05a761ab980ba614718c2a6b5c0af38 (patch)
tree83aa83f596d3ff892b9948cf992c0db2d26b4db1 /Emby.Server.Implementations/Updates
parent25f0315e918cf6f8c26b1e435c236ff1dbcbc6a5 (diff)
Visual Studio Reformat: Emby.Server.Implementations Part U-U & Root
Diffstat (limited to 'Emby.Server.Implementations/Updates')
-rw-r--r--Emby.Server.Implementations/Updates/InstallationManager.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Updates/InstallationManager.cs b/Emby.Server.Implementations/Updates/InstallationManager.cs
index 0d5d723b7..74d66fd41 100644
--- a/Emby.Server.Implementations/Updates/InstallationManager.cs
+++ b/Emby.Server.Implementations/Updates/InstallationManager.cs
@@ -12,13 +12,13 @@ using MediaBrowser.Common.Plugins;
using MediaBrowser.Common.Progress;
using MediaBrowser.Common.Security;
using MediaBrowser.Common.Updates;
+using MediaBrowser.Controller.Configuration;
using MediaBrowser.Model.Cryptography;
using MediaBrowser.Model.Events;
using MediaBrowser.Model.IO;
-using Microsoft.Extensions.Logging;
using MediaBrowser.Model.Serialization;
using MediaBrowser.Model.Updates;
-using MediaBrowser.Controller.Configuration;
+using Microsoft.Extensions.Logging;
namespace Emby.Server.Implementations.Updates
{