mirror of
https://github.com/ppy/osu.git
synced 2026-06-02 06:09:55 +08:00
Remove whitespaces
This commit is contained in:
@@ -13,7 +13,7 @@ namespace osu.Game.Rulesets.Catch.Mods
|
||||
public class CatchModMirror : ModMirror, IApplicableToHitObject
|
||||
{
|
||||
public override string Description => "Fruits are flipped horizontally.";
|
||||
|
||||
|
||||
public void ApplyToHitObject(HitObject hitObject)
|
||||
{
|
||||
var catchObject = (CatchHitObject)hitObject;
|
||||
|
||||
Reference in New Issue
Block a user