Apply refactorings according to reviews

This commit is contained in:
Dan Balasescu
2022-03-22 12:54:10 +09:00
parent 04f4e81852
commit 4630aa15cc
2 changed files with 13 additions and 36 deletions

View File

@ -322,13 +322,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
async Task start()
{
try
{
await lastCountdownTask;
}
catch (OperationCanceledException)
{
}
await lastCountdownTask;
Schedule(() =>
{