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

Remove unnecessary assigns

This commit is contained in:
iiSaLMaN
2019-06-30 04:25:47 +03:00
committed by KingLuigi4932
Unverified
parent 8c5397709b
commit 372d90de6a
@@ -22,10 +22,8 @@ namespace osu.Game.Online.Leaderboards
protected override Drawable CreateDrawable(ScoreRank rank) => new DrawableRank(rank)
{
RelativeSizeAxes = Axes.Both,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
FillMode = FillMode.Fit,
};
}
}