Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Apr 12, 2024
1 parent 0f0688a commit 1fc5e81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion planning/behavior_velocity_planner/src/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,8 @@ void BehaviorVelocityPlannerNode::on_traffic_signals(
}
}

void BehaviorVelocityPlannerNode::on_external_velocity_limit(const VelocityLimit::ConstSharedPtr msg)
void BehaviorVelocityPlannerNode::on_external_velocity_limit(
const VelocityLimit::ConstSharedPtr msg)
{
std::lock_guard<std::mutex> lock(mutex_);
planner_data_.external_velocity_limit = *msg;
Expand Down

0 comments on commit 1fc5e81

Please sign in to comment.