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 Jan 13, 2025
1 parent a2a3a92 commit f8f4537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crane_play_switcher/src/play_switcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void PlaySwitcher::referee_callback(const robocup_ssl_msgs::msg::Referee & msg)
CMD_MAPPING(is_yellow, PREPARE_PENALTY, PENALTY_PREPARATION)
CMD_MAPPING(is_yellow, DIRECT_FREE, DIRECT_FREE)
CMD_MAPPING(is_yellow, BALL_PLACEMENT, BALL_PLACEMENT)
// CMD_MAPPING(is_yellow, TIMEOUT, TIMEOUT)
// CMD_MAPPING(is_yellow, TIMEOUT, TIMEOUT)

next_play_situation = command_map[msg.command];
inplay_command_info.reason = "RAWコマンド変化:コマンド転送";
Expand Down

0 comments on commit f8f4537

Please sign in to comment.