mirror of
https://github.com/ppy/osu.git
synced 2025-01-08 05:12:55 +08:00
Remove stray newline
This commit is contained in:
parent
f71c8cb30f
commit
812583a4cd
@ -7,7 +7,6 @@ using osu.Game.Rulesets;
|
|||||||
namespace osu.Game.Online.API.Requests
|
namespace osu.Game.Online.API.Requests
|
||||||
{
|
{
|
||||||
public abstract class GetRankingsRequest<TModel> : APIRequest<TModel> where TModel : class
|
public abstract class GetRankingsRequest<TModel> : APIRequest<TModel> where TModel : class
|
||||||
|
|
||||||
{
|
{
|
||||||
private readonly RulesetInfo ruleset;
|
private readonly RulesetInfo ruleset;
|
||||||
private readonly int page;
|
private readonly int page;
|
||||||
|
Loading…
Reference in New Issue
Block a user