diff options
Diffstat (limited to 'MediaBrowser.Common/Logging/LogSeverity.cs')
| -rw-r--r-- | MediaBrowser.Common/Logging/LogSeverity.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Common/Logging/LogSeverity.cs b/MediaBrowser.Common/Logging/LogSeverity.cs index 2abab1a44..97abfe7b5 100644 --- a/MediaBrowser.Common/Logging/LogSeverity.cs +++ b/MediaBrowser.Common/Logging/LogSeverity.cs @@ -1,4 +1,4 @@ -using System;
+using System;
namespace MediaBrowser.Common.Logging
{
@@ -11,4 +11,4 @@ namespace MediaBrowser.Common.Logging Warning = 4,
Error = 8
}
-}
+}
\ No newline at end of file |
