mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
Fix formatting
This commit is contained in:
parent
a2d1c2c096
commit
a62b105fb5
@ -61,7 +61,7 @@ namespace osu.Game.Rulesets.Objects
|
||||
/// <param name="result">The result.</param>
|
||||
public virtual bool IsHitResultAllowed(HitResult result)
|
||||
{
|
||||
switch(result)
|
||||
switch (result)
|
||||
{
|
||||
case HitResult.Perfect:
|
||||
case HitResult.Ok:
|
||||
|
Loading…
Reference in New Issue
Block a user