mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Enable more stringent inspectcode style inspections
This commit is contained in:
@ -160,7 +160,8 @@ namespace osu.Game.Tests.Visual
|
||||
Accuracy = 0.6543,
|
||||
},
|
||||
};
|
||||
foreach(var s in scores)
|
||||
|
||||
foreach (var s in scores)
|
||||
{
|
||||
s.Statistics.Add(HitResult.Great, RNG.Next(2000));
|
||||
s.Statistics.Add(HitResult.Good, RNG.Next(2000));
|
||||
|
Reference in New Issue
Block a user