1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 19:42:55 +08:00

Fix code quality inspection

This commit is contained in:
Bartłomiej Dach 2023-01-17 18:02:06 +01:00
parent e65108533a
commit 452bf92550
No known key found for this signature in database

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;