1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 03:01:17 +08:00

Small whitespace fix

This commit is contained in:
Angela Zhang
2020-12-12 18:02:08 -06:00
committed by GitHub
Unverified
parent 3dd6589d6e
commit 4c1e75f101
@@ -96,7 +96,7 @@ namespace osu.Game.Overlays.Chat.Tabs
selectorTab.Active.Value = false;
}
public void SelectChannelSelectorTab()
public void SelectChannelSelectorTab()
{
SelectTab(selectorTab);
}