Remove whitespaces

This commit is contained in:
Salman Ahmed 2021-08-08 21:27:48 +03:00
parent c72224fa94
commit 3a741affa3
1 changed files with 1 additions and 1 deletions

View File

@ -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;