Skip to content

Commit

Permalink
code-style
Browse files Browse the repository at this point in the history
Signed-off-by: GoesM <[email protected]>
  • Loading branch information
GoesM committed Jul 19, 2024
1 parent c694a9d commit 031fa33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nav2_smoother/src/nav2_smoother.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ void SmootherServer::smoothPlan()
try {
auto goal = action_server_->get_current_goal();
if (goal == nulPtr) {
return ; // if action_server_ is inactivate, goal would be a nullptr
}
return; // if action_server_ is inactivate, goal would be a nullptr
}

std::string c_name = goal->smoother_id;
std::string current_smoother;
Expand Down

0 comments on commit 031fa33

Please sign in to comment.