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 Apr 9, 2024
1 parent 4badabf commit c562db3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ int main(int argc, char ** argv)

rclcpp::init(argc, argv);
rclcpp::NodeOptions options;
auto object_association_merger = std::make_shared<object_association::ObjectAssociationMergerNode>(options);
auto object_association_merger =
std::make_shared<object_association::ObjectAssociationMergerNode>(options);
rclcpp::executors::SingleThreadedExecutor exec;
exec.add_node(object_association_merger);
exec.spin();
Expand Down

0 comments on commit c562db3

Please sign in to comment.