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] authored and brkay54 committed Dec 27, 2023
1 parent 3a1ecea commit fe85568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/reaction_analyzer/include/reaction_analyzer_node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ using sensor_msgs::msg::PointCloud2;

struct TopicConfig
{
std::string node_name;
std::string topic_address;
std::string message_type;
std::string node_name;
std::string topic_address;
std::string message_type;
};

using ChainModules = std::vector<TopicConfig>;
Expand Down

0 comments on commit fe85568

Please sign in to comment.