mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
trim whitespace
This commit is contained in:
@ -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;
|
||||||
}));
|
}));
|
||||||
|
Reference in New Issue
Block a user