mirror of https://github.com/ppy/osu
Add missing blank line
This commit is contained in:
parent
5347119a85
commit
e9003346d4
|
@ -12,6 +12,7 @@ namespace osu.Game.Overlays.Rankings
|
|||
public class RankingsOverlayHeader : TabControlOverlayHeader<RankingsScope>
|
||||
{
|
||||
public Bindable<RulesetInfo> Ruleset => rulesetSelector.Current;
|
||||
|
||||
public Bindable<Country> Country => countryFilter.Current;
|
||||
|
||||
private OverlayRulesetSelector rulesetSelector;
|
||||
|
|
Loading…
Reference in New Issue