Skip to content

Commit

Permalink
run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
flochre committed Aug 1, 2023
1 parent efb3305 commit f0aca93
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ class RangeSensor : public SemanticComponentInterface<sensor_msgs::msg::Range>
*
* \return value of the range in meters
*/
float get_range()
{
return state_interfaces_[0].get().get_value();
}
float get_range() { return state_interfaces_[0].get().get_value(); }

/// Return Range message with range in meters
/**
Expand Down

0 comments on commit f0aca93

Please sign in to comment.