Skip to content

Commit

Permalink
Remove extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sahand-ghaffari-ocado committed Sep 16, 2024
1 parent a9363ba commit ed2952b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardware_interface/src/system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const rclcpp_lifecycle::State & System::configure()
switch (impl_->on_configure(impl_->get_lifecycle_state()))
{
case CallbackReturn::SUCCESS:
impl_->set_lifecycle_state(rclcpp_lifecycle::State(
impl_->set_lifecycle_state(rclcpp_lifecycle::State(
lifecycle_msgs::msg::State::PRIMARY_STATE_INACTIVE, lifecycle_state_names::INACTIVE));
break;
case CallbackReturn::FAILURE:
Expand Down

0 comments on commit ed2952b

Please sign in to comment.