Skip to content

Commit

Permalink
chore: make pre-commit pass on new files after #146
Browse files Browse the repository at this point in the history
  • Loading branch information
mojomex committed Jun 7, 2024
1 parent 950dce5 commit f79f42f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions nebula_examples/src/common/parameter_descriptors.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2024 TIER IV, Inc.

#include "nebula_ros/common/parameter_descriptors.hpp"

namespace nebula
Expand Down
10 changes: 4 additions & 6 deletions nebula_tests/hesai/hesai_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@

#pragma once

#include "nebula_common/hesai/hesai_common.hpp"
#include "nebula_common/nebula_common.hpp"
#include "nebula_common/nebula_status.hpp"
#include "nebula_decoders/nebula_decoders_hesai/decoders/hesai_scan_decoder.hpp"
#include "nebula_decoders/nebula_decoders_hesai/hesai_driver.hpp"

#include <diagnostic_updater/diagnostic_updater.hpp>
#include <nebula_common/hesai/hesai_common.hpp>
#include <nebula_common/nebula_common.hpp>
#include <nebula_common/nebula_status.hpp>
#include <nebula_decoders/nebula_decoders_hesai/decoders/hesai_scan_decoder.hpp>
#include <nebula_decoders/nebula_decoders_hesai/hesai_driver.hpp>
#include <rclcpp/rclcpp.hpp>

#include <gtest/gtest.h>
Expand Down

0 comments on commit f79f42f

Please sign in to comment.