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