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] authored and esteve committed Jul 2, 2024
1 parent 10f6b0a commit 644e7ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions planning/autoware_obstacle_stop_planner/src/planner_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@

#include <diagnostic_msgs/msg/key_value.hpp>

#include <algorithm>
#include <limits>

#include <boost/format.hpp>
#include <boost/geometry/algorithms/convex_hull.hpp>
#include <boost/geometry/algorithms/distance.hpp>
Expand All @@ -32,6 +29,9 @@

#include <pcl_conversions/pcl_conversions.h>

#include <algorithm>
#include <limits>

namespace autoware::motion_planning
{

Expand Down

0 comments on commit 644e7ee

Please sign in to comment.