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 Jul 4, 2024
1 parent 013a37c commit a19cee3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pacmod_interface/src/pacmod_interface/pacmod_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,8 @@ void PacmodInterface::callbackPacmodRpt(
control_mode_msg.stamp = header.stamp;

if (global_rpt->enabled && is_pacmod_enabled_) {
control_mode_msg.mode = autoware_vehicle_msgs::msg::ControlModeReport::AUTONOMOUS;;
control_mode_msg.mode = autoware_vehicle_msgs::msg::ControlModeReport::AUTONOMOUS;
;
} else {
control_mode_msg.mode = autoware_vehicle_msgs::msg::ControlModeReport::MANUAL;
}
Expand Down

0 comments on commit a19cee3

Please sign in to comment.