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

Remove whitespace

This commit is contained in:
smoogipoo
2021-11-01 15:43:19 +09:00
Unverified
parent 708b57348d
commit 94dce3f92a
@@ -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;