Skip to content

Commit

Permalink
delete useless semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
flochre committed Aug 1, 2023
1 parent ff572f9 commit efb3305
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class RangeSensor : public SemanticComponentInterface<sensor_msgs::msg::Range>
*/
float get_range()
{
return state_interfaces_[0].get().get_value();;
return state_interfaces_[0].get().get_value();
}

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

0 comments on commit efb3305

Please sign in to comment.