Fixed code style

This commit is contained in:
Christine Chen
2021-04-08 20:28:23 -04:00
parent 6bccb3aab6
commit 493c095535
8 changed files with 14 additions and 8 deletions

View File

@ -96,7 +96,7 @@ namespace osu.Game
protected Storage Storage { get; set; }
protected PowerStatus powerStatus;
protected PowerStatus PowerStatus;
[Cached]
[Cached(typeof(IBindable<RulesetInfo>))]
@ -333,7 +333,7 @@ namespace osu.Game
Ruleset.BindValueChanged(onRulesetChanged);
dependencies.CacheAs(powerStatus);
dependencies.CacheAs(PowerStatus);
}
private void onRulesetChanged(ValueChangedEvent<RulesetInfo> r)