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 ac84d29 commit ce3c7e5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ void PlanningSceneMonitor::initialize(const planning_scene::PlanningScenePtr& sc
private_executor_thread_ = std::thread([this]() { private_executor_->spin(); });

auto declare_parameter = [this](const std::string& param_name, auto default_val,
const std::string& description) -> auto {
const std::string& description) -> auto
{
rcl_interfaces::msg::ParameterDescriptor desc;
desc.set__description(description);
return pnode_->declare_parameter(param_name, default_val, desc);
Expand Down

0 comments on commit ce3c7e5

Please sign in to comment.