Fix braces style

This commit is contained in:
Dean Herbert 2020-02-06 13:04:29 +09:00
parent 43b22e3b63
commit 49ec1d4a99
1 changed files with 2 additions and 0 deletions

View File

@ -118,6 +118,7 @@ private void addRooms(int count, RulesetInfo ruleset = null)
};
if (ruleset != null)
{
room.Playlist.Add(new PlaylistItem
{
Ruleset = ruleset,
@ -126,6 +127,7 @@ private void addRooms(int count, RulesetInfo ruleset = null)
Metadata = new BeatmapMetadata()
}
});
}
roomManager.Rooms.Add(room);
}