Skip to content

Commit fdd3bb6

Browse files
committed
ROUTING-1292: Fix lint error related to the number of cahrs in a line
1 parent 71091a2 commit fdd3bb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/routing_service/remote_admin/c++11/src/Requester.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ int main(int argc, char *argv[])
6464
rti::request::RequesterParams requester_params(participant);
6565
requester_params.request_topic_name(COMMAND_REQUEST_TOPIC_NAME);
6666
requester_params.reply_topic_name(COMMAND_REPLY_TOPIC_NAME);
67-
// configure the requester for compatibility with the RTI routing service
68-
// request reply.
67+
// configure the requester for compatibility with the RTI routing
68+
// service request reply.
6969
requester_params.require_matching_service_on_send_request(false);
7070

7171
rti::request::Requester<

0 commit comments

Comments
 (0)