Skip to content

Commit 630942e

Browse files
pre-commit-ci[bot]esteve
authored andcommitted
style(pre-commit): autofix
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent 7322c6e commit 630942e

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

planning/behavior_velocity_planner/src/node.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,8 @@ void BehaviorVelocityPlannerNode::on_traffic_signals(
360360
}
361361
}
362362

363-
void BehaviorVelocityPlannerNode::on_external_velocity_limit(const VelocityLimit::ConstSharedPtr msg)
363+
void BehaviorVelocityPlannerNode::on_external_velocity_limit(
364+
const VelocityLimit::ConstSharedPtr msg)
364365
{
365366
std::lock_guard<std::mutex> lock(mutex_);
366367
planner_data_.external_velocity_limit = *msg;

0 commit comments

Comments
 (0)