Skip to content

Commit

Permalink
Fix code quality inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Jan 17, 2023
1 parent e651085 commit 452bf92
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 452bf92

Please sign in to comment.