From 4b073aed836d71537c7a3f896b19920112d5c602 Mon Sep 17 00:00:00 2001 From: Dragicafit Date: Tue, 11 Dec 2018 21:02:12 +0100 Subject: [PATCH] remove spaces --- osu.Game.Rulesets.Osu/UI/Cursor/GameplayCursor.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/osu.Game.Rulesets.Osu/UI/Cursor/GameplayCursor.cs b/osu.Game.Rulesets.Osu/UI/Cursor/GameplayCursor.cs index 0d2e5c272d..188d3eef4c 100644 --- a/osu.Game.Rulesets.Osu/UI/Cursor/GameplayCursor.cs +++ b/osu.Game.Rulesets.Osu/UI/Cursor/GameplayCursor.cs @@ -60,13 +60,13 @@ namespace osu.Game.Rulesets.Osu.UI.Cursor return false; switch (action) - { - case OsuAction.LeftButton: - case OsuAction.RightButton: - downCount++; - ActiveCursor.ScaleTo(released_scale).ScaleTo(targetScale, 100, Easing.OutQuad); - break; - } + { + case OsuAction.LeftButton: + case OsuAction.RightButton: + downCount++; + ActiveCursor.ScaleTo(released_scale).ScaleTo(targetScale, 100, Easing.OutQuad); + break; + } return false; }