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 eb11a73

Browse files
committedApr 10, 2024·
fix(autoware_behavior_velocity_template_module): fix tests
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent 9752c50 commit eb11a73

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)
Please sign in to comment.