aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Json/JsonSerializer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Common/Json/JsonSerializer.cs')
-rw-r--r--MediaBrowser.Common/Json/JsonSerializer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Json/JsonSerializer.cs b/MediaBrowser.Common/Json/JsonSerializer.cs
index c9b8d8e85..903482fc8 100644
--- a/MediaBrowser.Common/Json/JsonSerializer.cs
+++ b/MediaBrowser.Common/Json/JsonSerializer.cs
@@ -24,7 +24,7 @@ namespace MediaBrowser.Common.Json
}
}
}
-
+
public static void Serialize<T>(T o, string file)
{
using (StreamWriter streamWriter = new StreamWriter(file))