Whitespace fixes

This commit is contained in:
Angela Zhang
2020-12-17 18:43:39 -06:00
parent 454c7538c0
commit 45482e8709
2 changed files with 5 additions and 6 deletions

View File

@ -244,7 +244,7 @@ namespace osu.Game.Tests.Visual.Online
// Want to join another channel
AddStep("Press Ctrl + T", pressControlT);
// Selector should be visible
AddAssert("Selector is visible", () => chatOverlay.SelectionOverlayState == Visibility.Visible);
}