mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 09:57:21 +09:00
Remove whitespace
This commit is contained in:
parent
708b57348d
commit
94dce3f92a
@ -17,7 +17,6 @@ namespace osu.Game.Online.API.Requests.Responses
|
|||||||
public APIScoreInfo Score;
|
public APIScoreInfo Score;
|
||||||
|
|
||||||
public ScoreInfo CreateScoreInfo(RulesetStore rulesets, BeatmapInfo beatmap = null)
|
public ScoreInfo CreateScoreInfo(RulesetStore rulesets, BeatmapInfo beatmap = null)
|
||||||
|
|
||||||
{
|
{
|
||||||
var score = Score.CreateScoreInfo(rulesets, beatmap);
|
var score = Score.CreateScoreInfo(rulesets, beatmap);
|
||||||
score.Position = Position;
|
score.Position = Position;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user