1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 10:23:22 +08:00

trim whitespace

This commit is contained in:
Nathan Alo 2021-08-15 18:56:24 +08:00
parent 4ed06a1021
commit 2cc096101e

View File

@ -17,7 +17,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
public class MultiplayerMatchSongSelect : OnlinePlaySongSelect
{
[Resolved]
private MultiplayerClient client { get; set; }
private MultiplayerClient client { get; set; }
private LoadingLayer loadingLayer;