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 Oct 14, 2024
1 parent 6c2f4ac commit 9520033
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions utility/crane_msg_wrappers/src/play_situation_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@

namespace crane
{
#define CMD_STRING_MAPPING(TYPE, CMD) \
{ \
TYPE::CMD, #CMD \
}
#define CMD_STRING_MAPPING(TYPE, CMD) {TYPE::CMD, #CMD}

static std::map<int, std::string> referee_command_map = {
CMD_STRING_MAPPING(robocup_ssl_msgs::msg::Referee, COMMAND_HALT),
Expand Down

0 comments on commit 9520033

Please sign in to comment.