Skip to content

Commit dc5120b

Browse files
authored
fix(autoware_behavior_velocity_run_out_module): fix bugprone-branch-clone (#9715)
fix: bugprone-error Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
1 parent 9bc173c commit dc5120b

File tree

1 file changed

+1
-1
lines changed
  • planning/behavior_velocity_planner/autoware_behavior_velocity_run_out_module/src

1 file changed

+1
-1
lines changed

planning/behavior_velocity_planner/autoware_behavior_velocity_run_out_module/src/scene.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ void RunOutModule::insertVelocityForState(
811811

812812
// insert velocity for each state
813813
switch (state) {
814-
case State::GO: {
814+
case State::GO: { // NOLINT
815815
insertStoppingVelocity(target_obstacle, current_pose, current_vel, current_acc, output_path);
816816
break;
817817
}

0 commit comments

Comments
 (0)