From a292d235d6f6cf7f78a28ad195c40f857b498193 Mon Sep 17 00:00:00 2001 From: Joehu Date: Mon, 30 Dec 2019 09:49:34 -0800 Subject: [PATCH] Separate statement with newline --- osu.Game/Graphics/UserInterface/SearchTextBox.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/osu.Game/Graphics/UserInterface/SearchTextBox.cs b/osu.Game/Graphics/UserInterface/SearchTextBox.cs index dbaf2cd073..fe8756a4d2 100644 --- a/osu.Game/Graphics/UserInterface/SearchTextBox.cs +++ b/osu.Game/Graphics/UserInterface/SearchTextBox.cs @@ -46,6 +46,7 @@ namespace osu.Game.Graphics.UserInterface case PlatformActionType.CharNext: if (action.ActionMethod == PlatformActionMethod.Delete) return false; + break; }