Remove whitespace

This commit is contained in:
smoogipoo 2021-11-01 15:43:19 +09:00
parent 708b57348d
commit 94dce3f92a

View File

@ -17,7 +17,6 @@ namespace osu.Game.Online.API.Requests.Responses
public APIScoreInfo Score;
public ScoreInfo CreateScoreInfo(RulesetStore rulesets, BeatmapInfo beatmap = null)
{
var score = Score.CreateScoreInfo(rulesets, beatmap);
score.Position = Position;