mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 21:02:55 +08:00
The code must not contain multiple blank lines in a row
This commit is contained in:
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());
|
||||
|
Loading…
Reference in New Issue
Block a user