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

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,
}));