Skip to content

Commit

Permalink
minor formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
authaldo committed Feb 8, 2024
1 parent b80672f commit de92424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ void ServiceWrapper::handleRequest(const RequestPtr &request) {
continue;
}

{
{
auto tmpclient = node->create_client<rcl_interfaces::srv::ListParameters>(serviceName);
if (!tmpclient->service_is_ready()) {
// Service is known, but not ready.
Expand Down

0 comments on commit de92424

Please sign in to comment.