Skip to content

Commit

Permalink
Undoes erroneous auto-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
rr-mark committed Feb 6, 2025
1 parent ce3c7e5 commit 2730e4f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@ void PlanningSceneMonitor::initialize(const planning_scene::PlanningScenePtr& sc
return;
}

auto psm_parameter_set_callback = [this](const std::vector<rclcpp::Parameter>& parameters) -> auto {
auto psm_parameter_set_callback = [this](const std::vector<rclcpp::Parameter>& parameters) -> auto
{
auto result = rcl_interfaces::msg::SetParametersResult();
result.successful = true;

Expand Down

0 comments on commit 2730e4f

Please sign in to comment.