Skip to content

Commit

Permalink
Add missing "s"
Browse files Browse the repository at this point in the history
  • Loading branch information
Samahu committed Oct 30, 2024
1 parent d6ab8e4 commit dd5804a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ouster-ros/src/os_sensor_node_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ std::string OusterSensorNodeBase::transition_id_to_string(uint8_t transition_id)
case lifecycle_msgs::msg::Transition::TRANSITION_CLEANUP:
return "cleanup"s;
case lifecycle_msgs::msg::Transition::TRANSITION_ACTIVATE:
return "activate";
return "activate"s;
case lifecycle_msgs::msg::Transition::TRANSITION_DEACTIVATE:
return "deactivate"s;
case lifecycle_msgs::msg::Transition::TRANSITION_DESTROY:
Expand Down

0 comments on commit dd5804a

Please sign in to comment.