Format tournament bracket output (#5122)

Format tournament bracket output
This commit is contained in:
Dean Herbert 2019-06-23 00:55:17 +09:00 committed by GitHub
commit 6449734a97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ protected virtual void SaveChanges()
sw.Write(JsonConvert.SerializeObject(ladder,
new JsonSerializerSettings
{
Formatting = Formatting.Indented,
NullValueHandling = NullValueHandling.Ignore,
DefaultValueHandling = DefaultValueHandling.Ignore,
}));