1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 10:47:24 +08:00

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

View File

@ -222,6 +222,7 @@ namespace osu.Game.Tournament
sw.Write(JsonConvert.SerializeObject(ladder,
new JsonSerializerSettings
{
Formatting = Formatting.Indented,
NullValueHandling = NullValueHandling.Ignore,
DefaultValueHandling = DefaultValueHandling.Ignore,
}));