Skip to content

Commit e26913c

Browse files
committed
(fix) correct whitespace
1 parent 0615083 commit e26913c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclcpp/include/rclcpp/service.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class Service : public ServiceBase
125125
: ServiceBase(node_handle),
126126
any_callback_(any_callback)
127127
{
128-
//check if service handle was initialized
128+
// check if service handle was initialized
129129
// TODO(karsten1987): Take this verification
130130
// directly in rcl_*_t
131131
// see: https://github.com/ros2/rcl/issues/81

0 commit comments

Comments
 (0)