Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 30, 2023
1 parent 529d48e commit 3fce95d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,7 @@ bool AutowareJoyControllerNode::isDataReady()
}

// Twist
if (!raw_control_)
{
if (!raw_control_) {

Check warning on line 220 in control/joy_controller/src/joy_controller/joy_controller_node.cpp

View check run for this annotation

Codecov / codecov/patch

control/joy_controller/src/joy_controller/joy_controller_node.cpp#L220

Added line #L220 was not covered by tests
if (!twist_) {
RCLCPP_WARN_THROTTLE(
get_logger(), *get_clock(), std::chrono::milliseconds(5000).count(),
Expand Down

0 comments on commit 3fce95d

Please sign in to comment.