Skip to content

Commit

Permalink
fix(autoware_behavior_velocity_template_module): fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve committed Apr 10, 2024
1 parent 9752c50 commit eb11a73
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions planning/behavior_velocity_template_module/src/manager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
#include <functional>
#include <memory>

namespace autoware
{
namespace behavior_velocity_planner
namespace autoware::behavior_velocity_planner
{
/**
* @brief Constructor for the TemplateModuleManager class.
Expand Down Expand Up @@ -91,7 +89,6 @@ class TemplateModulePlugin
{
};

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

#endif // MANAGER_HPP_

0 comments on commit eb11a73

Please sign in to comment.