From 927a2e9516fca2c0ccc834d3a2a7ebf0c9b70681 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 13:54:35 +0000 Subject: [PATCH] style(pre-commit): autofix --- .../src/manager.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/planning/autoware_behavior_velocity_stop_line_module/src/manager.cpp b/planning/autoware_behavior_velocity_stop_line_module/src/manager.cpp index 08373741a2c89..9c18e88ccfbee 100644 --- a/planning/autoware_behavior_velocity_stop_line_module/src/manager.cpp +++ b/planning/autoware_behavior_velocity_stop_line_module/src/manager.cpp @@ -107,4 +107,5 @@ StopLineModuleManager::getModuleExpiredFunction( #include PLUGINLIB_EXPORT_CLASS( - autoware::behavior_velocity_planner::StopLineModulePlugin, ::behavior_velocity_planner::PluginInterface) + autoware::behavior_velocity_planner::StopLineModulePlugin, + ::behavior_velocity_planner::PluginInterface)