Skip to content

Commit

Permalink
remove extra ';'
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rauch committed Jan 24, 2023
1 parent 2ff1851 commit a2026cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion realsense2_camera/include/ros_param_backend.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace realsense2_camera
ParametersBackend(rclcpp::Node& node) :
_node(node),
_logger(node.get_logger())
{};
{}
~ParametersBackend();


Expand Down

0 comments on commit a2026cf

Please sign in to comment.