1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 21:03:21 +08:00

Separate statement with newline

This commit is contained in:
Joehu 2019-12-30 09:49:34 -08:00
parent 25be3fd799
commit a292d235d6

View File

@ -46,6 +46,7 @@ namespace osu.Game.Graphics.UserInterface
case PlatformActionType.CharNext:
if (action.ActionMethod == PlatformActionMethod.Delete)
return false;
break;
}