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 Dec 22, 2023
1 parent 8509559 commit 0098810
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef CONVERTER_NODE_HPP_
#define CONVERTER_NODE_HPP_
#ifndef DIAGNOSTIC_CONVERTER__CONVERTER_NODE_HPP_
#define DIAGNOSTIC_CONVERTER__CONVERTER_NODE_HPP_

#include <rclcpp/rclcpp.hpp>

Expand Down Expand Up @@ -63,4 +63,4 @@ class DiagnosticConverter : public rclcpp::Node
};
} // namespace diagnostic_converter

#endif // CONVERTER_NODE_HPP_
#endif // DIAGNOSTIC_CONVERTER__CONVERTER_NODE_HPP_
4 changes: 2 additions & 2 deletions evaluator/diagnostic_converter/test/test_converter_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@

#include "diagnostic_converter/converter_node.hpp"

#include <gtest/gtest.h>

#include <rclcpp/rclcpp.hpp>

#include "diagnostic_msgs/msg/diagnostic_array.hpp"
#include "tier4_simulation_msgs/msg/user_defined_value.hpp"
#include "tier4_simulation_msgs/msg/user_defined_value_type.hpp"

#include <gtest/gtest.h>

#include <memory>
#include <string>
#include <unordered_map>
Expand Down

0 comments on commit 0098810

Please sign in to comment.