Skip to content

Commit a34a8e7

Browse files
committed
fix(autoware_behavior_velocity_template_module): fix tests
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent 2c549b9 commit a34a8e7

File tree

1 file changed

+2
-5
lines changed
  • planning/behavior_velocity_template_module/src

1 file changed

+2
-5
lines changed

planning/behavior_velocity_template_module/src/manager.hpp

+2-5
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
#include <functional>
2828
#include <memory>
2929

30-
namespace autoware
31-
{
32-
namespace behavior_velocity_planner
30+
namespace autoware::behavior_velocity_planner
3331
{
3432
/**
3533
* @brief Constructor for the TemplateModuleManager class.
@@ -91,7 +89,6 @@ class TemplateModulePlugin
9189
{
9290
};
9391

94-
} // namespace behavior_velocity_planner
95-
} // namespace autoware
92+
} // namespace autoware::behavior_velocity_planner
9693

9794
#endif // MANAGER_HPP_

0 commit comments

Comments
 (0)