Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 4, 2024
1 parent 7b4d98c commit 4e1f380
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions example_2/hardware/diffbot_system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,8 @@ hardware_interface::return_type DiffBotSystemHardware::read(
set_state(name, get_state(name) + period.seconds() * velo);

ss << std::endl
<< "\t"
"position "
<< get_state(name) << " and velocity " << velo << " for '" << name << "'!";
<< "\t position " << get_state(name) << " and velocity " << velo << " for '" << name
<< "'!";
}
}
RCLCPP_INFO_THROTTLE(get_logger(), *get_clock(), 500, "%s", ss.str().c_str());
Expand Down

0 comments on commit 4e1f380

Please sign in to comment.