1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 05:09:57 +08:00

The code must not contain multiple blank lines in a row

This commit is contained in:
Roman Kapustin
2019-01-05 21:03:03 +03:00
Unverified
parent 4b5fc85875
commit 469a64a7cd
@@ -49,7 +49,6 @@ namespace osu.Game.Tests.Visual
manager.UnreadCount.ValueChanged += count => { displayedCount.Text = $"displayed count: {count}"; };
setState(Visibility.Visible);
AddStep(@"simple #1", sendHelloNotification);
AddStep(@"simple #2", sendAmazingNotification);
@@ -75,7 +74,6 @@ namespace osu.Game.Tests.Visual
checkProgressingCount(0);
setState(Visibility.Visible);
//AddStep(@"barrage", () => sendBarrage());