Skip to content

Commit

Permalink
ci(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and h-ohta committed Aug 15, 2022
1 parent 2ede938 commit 01d0a95
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions common/tier4_state_rviz_plugin/src/autoware_state_panel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -299,12 +299,11 @@ void AutowareStatePanel::onClickAutowareEngage()
return;
}

client_engage_->async_send_request(
req, [this](rclcpp::Client<Engage>::SharedFuture result) {
RCLCPP_INFO(
raw_node_->get_logger(), "Status: %d, %s", result.get()->status.code,
result.get()->status.message.c_str());
});
client_engage_->async_send_request(req, [this](rclcpp::Client<Engage>::SharedFuture result) {
RCLCPP_INFO(
raw_node_->get_logger(), "Status: %d, %s", result.get()->status.code,
result.get()->status.message.c_str());
});
}

void AutowareStatePanel::onClickEmergencyButton()
Expand Down

0 comments on commit 01d0a95

Please sign in to comment.