mirror of
https://github.com/ppy/osu
synced 2025-01-02 04:12:13 +00:00
Fix braces style
This commit is contained in:
parent
43b22e3b63
commit
49ec1d4a99
@ -118,6 +118,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
||||
};
|
||||
|
||||
if (ruleset != null)
|
||||
{
|
||||
room.Playlist.Add(new PlaylistItem
|
||||
{
|
||||
Ruleset = ruleset,
|
||||
@ -126,6 +127,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
||||
Metadata = new BeatmapMetadata()
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
roomManager.Rooms.Add(room);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user