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 Mar 5, 2025
1 parent 4d6756f commit be3b755
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ class PickupBasedVoxelGridDownsampleFilterComponent
OnSetParametersCallbackHandle::SharedPtr set_param_res_;

/** \brief Parameter service callback */
rcl_interfaces::msg::SetParametersResult paramCallback(const std::vector<rclcpp::Parameter> & p); // NOLINT
rcl_interfaces::msg::SetParametersResult paramCallback(
const std::vector<rclcpp::Parameter> & p); // NOLINT

public:
PCL_MAKE_ALIGNED_OPERATOR_NEW
Expand Down

0 comments on commit be3b755

Please sign in to comment.