1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 08:07:24 +08:00

trim whitespace

This commit is contained in:
Christine Chen 2021-04-08 20:38:16 -04:00
parent 493c095535
commit 6b6a71d3c3

View File

@ -301,7 +301,7 @@ namespace osu.Game.Tests.Visual.Gameplay
// set charge status and level
AddStep("load player", () => resetPlayer(false, () =>
{
{
powerStatus.IsCharging = isCharging;
powerStatus.ChargeLevel = chargeLevel;
}));