Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2cd6436

Browse files
committedJun 7, 2024·
style(pre-commit): autofix
1 parent d6d8b07 commit 2cd6436

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎planning/planning_validator/test/src/test_planning_validator_pubsub.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,7 @@ TEST(PlanningValidator, DiagCheckLongitudinalDistanceDeviation)
469469

470470
TEST(PlanningValidator, DiagCheckForwardTrajectoryLength)
471471
{
472-
const auto diag_name =
473-
"planning_validator: trajectory_validation_forward_trajectory_length";
472+
const auto diag_name = "planning_validator: trajectory_validation_forward_trajectory_length";
474473
constexpr auto trajectory_v = 10.0;
475474
constexpr size_t trajectory_size = 10;
476475
constexpr auto ego_v = 10.0;

0 commit comments

Comments
 (0)
Please sign in to comment.