1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Removed newline at end

This commit is contained in:
FreezyLemon 2017-11-21 20:15:42 +01:00
parent bf0184c06d
commit 1d41e7cc8a

View File

@ -229,7 +229,7 @@ namespace osu.Game.Screens.Multiplayer
{
coverContainer.FadeIn(transition_duration);
LoadComponentAsync(new BeatmapSetCover(value.BeatmapSet)
{
Anchor = Anchor.Centre,
@ -260,4 +260,4 @@ namespace osu.Game.Screens.Multiplayer
participantInfo.Participants = value;
}
}
}
}