Skip to content

Commit

Permalink
fix(autoware_behavior_velocity_run_out_module): fix bugprone-branch-c…
Browse files Browse the repository at this point in the history
…lone (autowarefoundation#9715)

fix: bugprone-error

Signed-off-by: kobayu858 <[email protected]>
  • Loading branch information
kobayu858 authored and kyoichi-sugahara committed Dec 25, 2024
1 parent deaa1b4 commit bd541a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ void RunOutModule::insertVelocityForState(

// insert velocity for each state
switch (state) {
case State::GO: {
case State::GO: { // NOLINT
insertStoppingVelocity(target_obstacle, current_pose, current_vel, current_acc, output_path);
break;
}
Expand Down

0 comments on commit bd541a2

Please sign in to comment.