mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 16:02:55 +08:00
Formatting fix
This commit is contained in:
parent
bd616c1307
commit
a2fc5b67ec
@ -30,7 +30,7 @@ namespace osu.Game.Rulesets.Osu
|
|||||||
};
|
};
|
||||||
|
|
||||||
public override IEnumerable<BeatmapStatistic> GetBeatmapStatistics(WorkingBeatmap beatmap) => new[]
|
public override IEnumerable<BeatmapStatistic> GetBeatmapStatistics(WorkingBeatmap beatmap) => new[]
|
||||||
{
|
{
|
||||||
new BeatmapStatistic
|
new BeatmapStatistic
|
||||||
{
|
{
|
||||||
Name = @"Circle count",
|
Name = @"Circle count",
|
||||||
|
Loading…
Reference in New Issue
Block a user