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 Nov 16, 2023
1 parent 3ccffee commit caed35f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tmp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
//
//

#ifndef TRACKING_OBJECT_MERGER__UTILS__UTILS_HPP_
#define TRACKING_OBJECT_MERGER__UTILS__UTILS_HPP_
#ifndef TMP_HPP_
#define TMP_HPP_

// #include <tier4_autoware_utils/tier4_autoware_utils.hpp>
#include <rclcpp/rclcpp.hpp>
Expand Down Expand Up @@ -130,4 +130,4 @@ void updateWholeTrackedObject(TrackedObject & main_obj, const TrackedObject & su

} // namespace merger_utils

#endif // TRACKING_OBJECT_MERGER__UTILS__UTILS_HPP_
#endif // TMP_HPP_

0 comments on commit caed35f

Please sign in to comment.