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] authored and esteve committed Mar 27, 2024
1 parent 0d2a276 commit e3c380e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion planning/behavior_velocity_template_module/src/manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ TemplateModuleManager::getModuleExpiredFunction(

#include <pluginlib/class_list_macros.hpp>
PLUGINLIB_EXPORT_CLASS(
autoware::behavior_velocity_planner::TemplateModulePlugin, behavior_velocity_planner::PluginInterface)
autoware::behavior_velocity_planner::TemplateModulePlugin,
behavior_velocity_planner::PluginInterface)
2 changes: 1 addition & 1 deletion planning/behavior_velocity_template_module/src/scene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ bool TemplateModule::modifyPathVelocity(
}

} // namespace behavior_velocity_planner
} // namespace autoware
} // namespace autoware

0 comments on commit e3c380e

Please sign in to comment.