mirror of https://github.com/ppy/osu
Fix code quality inspection
This commit is contained in:
parent
e65108533a
commit
452bf92550
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue