Skip to content

Commit b94349c

Browse files
Alberto Soragnawjwwood
authored andcommitted
split long log into two lines
Signed-off-by: Alberto Soragna <[email protected]>
1 parent f19633f commit b94349c

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)