From bc0e1d8c37272acf7a75c048036c512d42777bcf Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Fri, 23 Apr 2021 15:06:39 +0900 Subject: [PATCH] Remove dead newline --- osu.Game.Rulesets.Catch/Mods/CatchModFloatingFruits.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/osu.Game.Rulesets.Catch/Mods/CatchModFloatingFruits.cs b/osu.Game.Rulesets.Catch/Mods/CatchModFloatingFruits.cs index 4c46e24f1b..e4c41bed6d 100644 --- a/osu.Game.Rulesets.Catch/Mods/CatchModFloatingFruits.cs +++ b/osu.Game.Rulesets.Catch/Mods/CatchModFloatingFruits.cs @@ -21,6 +21,5 @@ namespace osu.Game.Rulesets.Catch.Mods drawableRuleset.Origin = Anchor.Centre; drawableRuleset.Scale = new osuTK.Vector2(1, -1); } - } }