aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Updates/InstallationFailedEventArgs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Common/Updates/InstallationFailedEventArgs.cs')
-rw-r--r--MediaBrowser.Common/Updates/InstallationFailedEventArgs.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Common/Updates/InstallationFailedEventArgs.cs b/MediaBrowser.Common/Updates/InstallationFailedEventArgs.cs
index 69dc1ee98..43adfb02d 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
{
@@ -6,4 +6,4 @@ namespace MediaBrowser.Common.Updates
{
public Exception Exception { get; set; }
}
-} \ No newline at end of file
+}