mirror of https://github.com/ppy/osu
Fix braces style
This commit is contained in:
parent
43b22e3b63
commit
49ec1d4a99
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue