Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloinigoblasco committed May 31, 2024
1 parent 04ab109 commit 0f2f975
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ class SmaccActionClientBase : public ISmaccActionClient
// typename GoalHandle::SharedPtr goalHandle_;
std::optional<std::shared_future<typename CancelResponse::SharedPtr>> lastCancelResponse_;


SmaccActionResultSignal onSucceeded_;
SmaccActionResultSignal onAborted_;
// SmaccActionResultSignal onPreempted_;
Expand Down Expand Up @@ -219,8 +218,7 @@ class SmaccActionClientBase : public ISmaccActionClient

virtual bool cancelGoal() override
{
lastCancelResponse_= this->client_->async_cancel_all_goals();

lastCancelResponse_ = this->client_->async_cancel_all_goals();

// if (lastRequest_ && lastRequest_->valid())
// {
Expand Down

0 comments on commit 0f2f975

Please sign in to comment.