mirror of
https://github.com/osukey/osukey.git
synced 2025-05-31 02:17:34 +09: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)
|
if (ruleset != null)
|
||||||
|
{
|
||||||
room.Playlist.Add(new PlaylistItem
|
room.Playlist.Add(new PlaylistItem
|
||||||
{
|
{
|
||||||
Ruleset = ruleset,
|
Ruleset = ruleset,
|
||||||
@ -126,6 +127,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
|||||||
Metadata = new BeatmapMetadata()
|
Metadata = new BeatmapMetadata()
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
||||||
roomManager.Rooms.Add(room);
|
roomManager.Rooms.Add(room);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user