Skip to content

Commit

Permalink
ci(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 12, 2022
1 parent c411d37 commit e1e0538
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@
#ifdef ROS_DISTRO_GALACTIC
#include <std_msgs/color_rgba.h>
#include <tf2_geometry_msgs/tf2_geometry_msgs.h>
#include <std_msgs/color_rgba.h>
#else
#include <std_msgs/color_rgba.hpp>
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
#include <std_msgs/color_rgba.hpp>
#endif

#include <vector>
Expand All @@ -36,7 +34,6 @@ using tier4_autoware_utils::appendMarkerArray;
using tier4_autoware_utils::createDefaultMarker;
using tier4_autoware_utils::createMarkerColor;
using tier4_autoware_utils::createMarkerScale;
using std_msgs::msg::ColorRGBA;

namespace
{
Expand Down

0 comments on commit e1e0538

Please sign in to comment.