aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Chapters/ChapterManager.cs
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:26:31 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:26:31 +0100
commit587bb85b41c8a3725b77b84d456598f0aa13cea0 (patch)
treea12ad7c216bef60f748ebb4dfc092bcf6baa2d0d /MediaBrowser.Providers/Chapters/ChapterManager.cs
parent1a4b271314b96b8fc050a3034fb77c952f72fac6 (diff)
Visual Studio Reformat: MediaBrowser.Providers
Diffstat (limited to 'MediaBrowser.Providers/Chapters/ChapterManager.cs')
-rw-r--r--MediaBrowser.Providers/Chapters/ChapterManager.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Providers/Chapters/ChapterManager.cs b/MediaBrowser.Providers/Chapters/ChapterManager.cs
index 96e068a1f..8d16fcc9b 100644
--- a/MediaBrowser.Providers/Chapters/ChapterManager.cs
+++ b/MediaBrowser.Providers/Chapters/ChapterManager.cs
@@ -1,11 +1,11 @@
-using MediaBrowser.Controller.Chapters;
+using System;
+using System.Collections.Generic;
+using MediaBrowser.Controller.Chapters;
using MediaBrowser.Controller.Configuration;
using MediaBrowser.Controller.Library;
using MediaBrowser.Controller.Persistence;
using MediaBrowser.Model.Entities;
using Microsoft.Extensions.Logging;
-using System;
-using System.Collections.Generic;
namespace MediaBrowser.Providers.Chapters
{