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
1 changed files with 2 additions and 4 deletions

View File

@ -31,10 +31,8 @@ public partial class TestSceneSliderFollowCircleInput : RateAdjustedBeatmapTestS
[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;