Skip to content

Commit 5037262

Browse files
style(pre-commit): autofix
1 parent b48cb80 commit 5037262

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

planning/behavior_velocity_template_module/src/manager.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@ TemplateModuleManager::getModuleExpiredFunction(
6363

6464
#include <pluginlib/class_list_macros.hpp>
6565
PLUGINLIB_EXPORT_CLASS(
66-
autoware::behavior_velocity_planner::TemplateModulePlugin, behavior_velocity_planner::PluginInterface)
66+
autoware::behavior_velocity_planner::TemplateModulePlugin,
67+
behavior_velocity_planner::PluginInterface)

planning/behavior_velocity_template_module/src/scene.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ bool TemplateModule::modifyPathVelocity(
5252
}
5353

5454
} // namespace behavior_velocity_planner
55-
} // namespace autoware
55+
} // namespace autoware

0 commit comments

Comments
 (0)