Skip to content

Commit 96cbeaf

Browse files
style(pre-commit): autofix
1 parent 67d5637 commit 96cbeaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/pid_longitudinal_controller/test/test_longitudinal_controller_utils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -604,4 +604,4 @@ TEST(TestLongitudinalControllerUtils, getExtendedTrajectoryPoint)
604604
EXPECT_NEAR(result.pose.position.y, 1.0, abs_err);
605605
EXPECT_NEAR(result.pose.position.z, 4.0, abs_err);
606606
EXPECT_NEAR(result.longitudinal_velocity_mps, 0.0, abs_err);
607-
}
607+
}

0 commit comments

Comments
 (0)