diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-13 20:25:32 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-13 20:25:32 +0100 |
| commit | 26ca4b607b98b78b44a7300bcf9890360e598393 (patch) | |
| tree | 68a3915185dd2ae3846c7641dce2a20daf74cc67 /MediaBrowser.Controller/Providers/DirectoryService.cs | |
| parent | 106d1d18ed5781043312194590aa37dc8a3072d0 (diff) | |
Visual Studio Reformat: MediaBrowser.Controller
Diffstat (limited to 'MediaBrowser.Controller/Providers/DirectoryService.cs')
| -rw-r--r-- | MediaBrowser.Controller/Providers/DirectoryService.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Providers/DirectoryService.cs b/MediaBrowser.Controller/Providers/DirectoryService.cs index 9bb2f5bed..02e65bdfd 100644 --- a/MediaBrowser.Controller/Providers/DirectoryService.cs +++ b/MediaBrowser.Controller/Providers/DirectoryService.cs @@ -1,8 +1,8 @@ -using Microsoft.Extensions.Logging; -using System; +using System; using System.Collections.Generic; using System.Linq; using MediaBrowser.Model.IO; +using Microsoft.Extensions.Logging; namespace MediaBrowser.Controller.Providers { |
