aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/System/ActivityLogService.cs
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:24:58 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:24:58 +0100
commitb67c1b933efc0b26deeaf125497c2f3a26a78a3f (patch)
tree024aa10e1c13c01b86985a854bf2ba2b0ceb23d0 /MediaBrowser.Api/System/ActivityLogService.cs
parentf0acc0446ce0f1aa7299e049c4b696536e8c7ce1 (diff)
Visual Studio Reformat: MediaBrowser.Api
Diffstat (limited to 'MediaBrowser.Api/System/ActivityLogService.cs')
-rw-r--r--MediaBrowser.Api/System/ActivityLogService.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Api/System/ActivityLogService.cs b/MediaBrowser.Api/System/ActivityLogService.cs
index d55c57ffa..1e9c823e9 100644
--- a/MediaBrowser.Api/System/ActivityLogService.cs
+++ b/MediaBrowser.Api/System/ActivityLogService.cs
@@ -1,8 +1,8 @@
-using MediaBrowser.Controller.Net;
+using System;
+using System.Globalization;
+using MediaBrowser.Controller.Net;
using MediaBrowser.Model.Activity;
using MediaBrowser.Model.Querying;
-using System;
-using System.Globalization;
using MediaBrowser.Model.Services;
namespace MediaBrowser.Api.System