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 812a2f2 commit e0605b5
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ int main(int argc, char ** argv)

rclcpp::init(argc, argv);
rclcpp::NodeOptions options;
auto detected_object_feature_remover = std::make_shared<detected_object_feature_remover::DetectedObjectFeatureRemover>(options);
auto detected_object_feature_remover =
std::make_shared<detected_object_feature_remover::DetectedObjectFeatureRemover>(options);
rclcpp::executors::SingleThreadedExecutor exec;
exec.add_node(detected_object_feature_remover);
exec.spin();
rclcpp::shutdown();
return 0;
}
}

0 comments on commit e0605b5

Please sign in to comment.