Minor formatting changes

This commit is contained in:
Joseph-Ramos-CMU
2020-12-13 21:02:35 -05:00
parent 2863187b16
commit 08a2cdaf8d
2 changed files with 7 additions and 7 deletions

View File

@ -359,9 +359,9 @@ namespace osu.Game.Overlays
if (e.ControlPressed)
{
if(e.ShiftPressed)
if (e.ShiftPressed)
{
switch(e.Key)
switch (e.Key)
{
case Key.T:
channelManager.JoinLastClosedChannel();