Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 2, 2024
1 parent a232148 commit e305117
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ class DynamicObstacleAvoidanceModule : public SceneModuleInterface
{
public:
static constexpr const char * logger_namespace =
"planning.scenario_planning.lane_driving.behavior_planning.behavior_path_planner.dynamic_obstacle_avoidance";
"planning.scenario_planning.lane_driving.behavior_planning.behavior_path_planner.dynamic_"
"obstacle_avoidance";

struct DynamicAvoidanceObject
{
Expand Down

0 comments on commit e305117

Please sign in to comment.