1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 16:02:55 +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 // set charge status and level
AddStep("load player", () => resetPlayer(false, () => AddStep("load player", () => resetPlayer(false, () =>
{ {
powerStatus.IsCharging = isCharging; powerStatus.IsCharging = isCharging;
powerStatus.ChargeLevel = chargeLevel; powerStatus.ChargeLevel = chargeLevel;
})); }));