aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Threading
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Server.Implementations/Threading')
-rw-r--r--Emby.Server.Implementations/Threading/CommonTimer.cs2
-rw-r--r--Emby.Server.Implementations/Threading/TimerFactory.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Threading/CommonTimer.cs b/Emby.Server.Implementations/Threading/CommonTimer.cs
index 9451b07f3..5a05da564 100644
--- a/Emby.Server.Implementations/Threading/CommonTimer.cs
+++ b/Emby.Server.Implementations/Threading/CommonTimer.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Threading;
using MediaBrowser.Model.Threading;
diff --git a/Emby.Server.Implementations/Threading/TimerFactory.cs b/Emby.Server.Implementations/Threading/TimerFactory.cs
index 4ab6f6fc4..ca50064c7 100644
--- a/Emby.Server.Implementations/Threading/TimerFactory.cs
+++ b/Emby.Server.Implementations/Threading/TimerFactory.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using MediaBrowser.Model.Threading;
namespace Emby.Server.Implementations.Threading