Fixed indentation

sorry about the style fixes... I'm using JetBrains Rider from now on.
This commit is contained in:
Christine Chen 2021-04-08 21:53:42 -04:00
parent 6b6a71d3c3
commit 59d13b0dd3
3 changed files with 11 additions and 9 deletions

View File

@ -75,6 +75,7 @@ namespace osu.Android
}
protected override UpdateManager CreateUpdateManager() => new SimpleUpdateManager();
public class AndroidPowerStatus : PowerStatus
{
public override double ChargeLevel => Battery.ChargeLevel;

View File

@ -268,6 +268,7 @@ namespace osu.Game.Screens.Play
}
#endregion
protected override void Update()
{
base.Update();