diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-13 20:25:11 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-13 20:25:11 +0100 |
| commit | 106d1d18ed5781043312194590aa37dc8a3072d0 (patch) | |
| tree | 31ec03e67ddfbc11fe212cd5efda6179ae8e2b09 /MediaBrowser.Common/Updates/IInstallationManager.cs | |
| parent | b67c1b933efc0b26deeaf125497c2f3a26a78a3f (diff) | |
Visual Studio Reformat: MediaBrowser.Common
Diffstat (limited to 'MediaBrowser.Common/Updates/IInstallationManager.cs')
| -rw-r--r-- | MediaBrowser.Common/Updates/IInstallationManager.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MediaBrowser.Common/Updates/IInstallationManager.cs b/MediaBrowser.Common/Updates/IInstallationManager.cs index dab38b27c..c017d310c 100644 --- a/MediaBrowser.Common/Updates/IInstallationManager.cs +++ b/MediaBrowser.Common/Updates/IInstallationManager.cs @@ -1,10 +1,10 @@ -using MediaBrowser.Common.Plugins; -using MediaBrowser.Model.Events; -using MediaBrowser.Model.Updates; -using System; +using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; +using MediaBrowser.Common.Plugins; +using MediaBrowser.Model.Events; +using MediaBrowser.Model.Updates; namespace MediaBrowser.Common.Updates { |
