aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Updates
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 21:01:16 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 21:01:16 +0100
commitba610b5094c3ca606287585218a88467a44874d3 (patch)
tree6db80d723a39df2abce26845f524956a11919cf2 /MediaBrowser.Common/Updates
parente566d9a23163c297bdddddcbffb438c2b951d840 (diff)
Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller
Diffstat (limited to 'MediaBrowser.Common/Updates')
-rw-r--r--MediaBrowser.Common/Updates/IInstallationManager.cs2
-rw-r--r--MediaBrowser.Common/Updates/InstallationEventArgs.cs2
-rw-r--r--MediaBrowser.Common/Updates/InstallationFailedEventArgs.cs2
3 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Common/Updates/IInstallationManager.cs b/MediaBrowser.Common/Updates/IInstallationManager.cs
index 36bda20156..52d5d7dcbb 100644
--- a/MediaBrowser.Common/Updates/IInstallationManager.cs
+++ b/MediaBrowser.Common/Updates/IInstallationManager.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
diff --git a/MediaBrowser.Common/Updates/InstallationEventArgs.cs b/MediaBrowser.Common/Updates/InstallationEventArgs.cs
index 9dc8ead835..9f215e8890 100644
--- a/MediaBrowser.Common/Updates/InstallationEventArgs.cs
+++ b/MediaBrowser.Common/Updates/InstallationEventArgs.cs
@@ -1,4 +1,4 @@
-using MediaBrowser.Model.Updates;
+using MediaBrowser.Model.Updates;
namespace MediaBrowser.Common.Updates
{
diff --git a/MediaBrowser.Common/Updates/InstallationFailedEventArgs.cs b/MediaBrowser.Common/Updates/InstallationFailedEventArgs.cs
index 51b12a143a..43adfb02d9 100644
--- a/MediaBrowser.Common/Updates/InstallationFailedEventArgs.cs
+++ b/MediaBrowser.Common/Updates/InstallationFailedEventArgs.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
namespace MediaBrowser.Common.Updates
{