Generic type argument formatting

This commit is contained in:
DrabWeb
2017-05-31 21:29:50 -03:00
parent ec8a88c96a
commit 0439b15728
4 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ using osu.Game.Overlays.SearchableList;
namespace osu.Game.Overlays.Direct
{
public class FilterControl : SearchableListFilterControl<DirectSortCritera,RankStatus>
public class FilterControl : SearchableListFilterControl<DirectSortCritera, RankStatus>
{
private FillFlowContainer<RulesetToggleButton> modeButtons;