Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch authored and VinDp committed Sep 30, 2024
1 parent 40de419 commit d75473f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ur_robot_driver/src/hardware_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1140,8 +1140,8 @@ bool HardwareInterface::setAnalogOutput(ur_msgs::SetAnalogOutputRequest& req, ur
{
if (ur_driver_)
{

res.success = ur_driver_->getRTDEWriter().sendStandardAnalogOutput(req.data.pin, req.data.state, static_cast<urcl::AnalogOutputType>(req.data.domain));
res.success = ur_driver_->getRTDEWriter().sendStandardAnalogOutput(
req.data.pin, req.data.state, static_cast<urcl::AnalogOutputType>(req.data.domain));
}
return true;
}
Expand Down

0 comments on commit d75473f

Please sign in to comment.