Skip to content

Commit

Permalink
clang-format fixes
Browse files Browse the repository at this point in the history
Co-authored-by: David V. Lu!! <davidvlu@gmail.com>
  • Loading branch information
Vatan Aksoy Tezer and DLu committed Jun 14, 2022
1 parent 5fabe99 commit 5608368
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ const boost::unordered_map<DisabledReason, std::string> REASONS_TO_STRING = boos
DEFAULT, "Default")(ADJACENT, "Adjacent")(ALWAYS, "Always")(USER, "User")(NOT_DISABLED, "Not Disabled");

const boost::unordered_map<std::string, DisabledReason> REASONS_FROM_STRING =
boost::assign::map_list_of("Never", NEVER)("Default", DEFAULT)(
"Adjacent", ADJACENT)("Always", ALWAYS)("User", USER)("Not Disabled", NOT_DISABLED);
boost::assign::map_list_of("Never", NEVER)("Default", DEFAULT)("Adjacent", ADJACENT)("Always", ALWAYS)(
"User", USER)("Not Disabled", NOT_DISABLED);

// Used for logging
static const rclcpp::Logger LOGGER = rclcpp::get_logger("collision_updater");
Expand Down

0 comments on commit 5608368

Please sign in to comment.