mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Apply newline additions
This commit is contained in:
@ -508,6 +508,7 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
},
|
||||
Beatmaps = new List<BeatmapInfo>(),
|
||||
};
|
||||
|
||||
for (int b = 1; b < 101; b++)
|
||||
{
|
||||
toReturn.Beatmaps.Add(new BeatmapInfo
|
||||
|
@ -261,6 +261,7 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
Accuracy = 0.8765,
|
||||
},
|
||||
};
|
||||
|
||||
foreach (var s in anotherScores)
|
||||
{
|
||||
s.Statistics.Add(HitResult.Great, RNG.Next(2000));
|
||||
|
Reference in New Issue
Block a user