Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1624e39

Browse files
committedMar 18, 2025·
style(pre-commit): autofix
1 parent 9b96851 commit 1624e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎planning/autoware_path_optimizer/src/mpt_optimizer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ void MPTOptimizer::onParam(const std::vector<rclcpp::Parameter> & parameters)
482482
debug_data_ptr_->mpt_visualize_sampling_num = mpt_param_.mpt_visualize_sampling_num;
483483
}
484484

485-
std::optional<std::vector<TrajectoryPoint>>MPTOptimizer::optimizeTrajectory(
485+
std::optional<std::vector<TrajectoryPoint>> MPTOptimizer::optimizeTrajectory(
486486
const PlannerData & planner_data)
487487
{
488488
autoware::universe_utils::ScopedTimeTrack st(__func__, *time_keeper_);

0 commit comments

Comments
 (0)
Please sign in to comment.