Skip to content

Commit 66974cf

Browse files
author
Alberto Soragna
committed
split long log into two lines
Signed-off-by: Alberto Soragna <[email protected]>
1 parent 1a75da6 commit 66974cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rclcpp/src/rclcpp/waitable.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,6 @@ Waitable::set_listener_callback(
6969
(void)user_data;
7070

7171
throw std::runtime_error(
72-
"Custom waitables should override set_listener_callback() if they want to use RMW listeners");
72+
"Custom waitables should override set_listener_callback() "
73+
"if they want to use RMW listeners");
7374
}

0 commit comments

Comments
 (0)