Skip to content

Commit 1fc5e81

Browse files
style(pre-commit): autofix
1 parent 0f0688a commit 1fc5e81

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)