Fix code quality inspection

This commit is contained in:
Bartłomiej Dach
2023-01-17 18:02:06 +01:00
parent e65108533a
commit 452bf92550

View File

@ -31,10 +31,8 @@ namespace osu.Game.Rulesets.Osu.Tests
[Test]
public void TestMaximumDistanceTrackingWithoutMovement(
[Values(0, 5, 10)]
float circleSize,
[Values(0, 5, 10)]
double velocity)
[Values(0, 5, 10)] float circleSize,
[Values(0, 5, 10)] double velocity)
{
const double time_slider_start = 1000;