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 Mar 19, 2024
1 parent 640eda9 commit 302411d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "tier4_autoware_utils/math/unit_conversion.hpp"

#include <boost/optional/optional_io.hpp>

#include <gtest/gtest.h>

using tier4_autoware_utils::Point2d;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "signal_processing/lowpass_filter_1d.hpp"

#include <boost/optional/optional_io.hpp>

#include <gtest/gtest.h>

constexpr double epsilon = 1e-6;
Expand Down
2 changes: 1 addition & 1 deletion planning/behavior_velocity_planner/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
<depend>autoware_auto_planning_msgs</depend>
<depend>behavior_velocity_planner_common</depend>
<depend>diagnostic_msgs</depend>
<depend>grid_map_ros</depend>
<depend>eigen</depend>
<depend>geometry_msgs</depend>
<depend>grid_map_ros</depend>
<depend>lanelet2_extension</depend>
<depend>libboost-dev</depend>
<depend>motion_utils</depend>
Expand Down

0 comments on commit 302411d

Please sign in to comment.