mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 03:49:55 +08:00
Fix formatting
This commit is contained in:
committed by
GitHub
Unverified
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:
|
||||
|
||||
Reference in New Issue
Block a user