Fixed some formatting and style

This commit is contained in:
Jess Meng 2020-12-13 22:11:52 -08:00
parent 57500666d6
commit ccbf6db810

View File

@ -214,8 +214,8 @@ namespace osu.Game.Tests.Visual.Online
AddStep("Press W", () => InputManager.Key(Key.W)); AddStep("Press W", () => InputManager.Key(Key.W));
AddStep("Release Control", () => InputManager.ReleaseKey(Key.ControlLeft)); AddStep("Release Control", () => InputManager.ReleaseKey(Key.ControlLeft));
} }
[Test]
public void TestCtrlWShortcut() public void TestCtrlWShortcut()
{ {
AddStep("Join 2 channels", () => AddStep("Join 2 channels", () =>
@ -250,6 +250,7 @@ namespace osu.Game.Tests.Visual.Online
AddStep("Release Control", () => InputManager.ReleaseKey(Key.ControlLeft)); AddStep("Release Control", () => InputManager.ReleaseKey(Key.ControlLeft));
} }
[Test]
public void TestCtrlTShortcut() public void TestCtrlTShortcut()
{ {
AddStep("Join 2 channels", () => AddStep("Join 2 channels", () =>