remove trailing spaces (regression from #584)
This commit is contained in:
parent
9d7b50e4f7
commit
33f1e1776c
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ LifecycleNode::LifecycleNode(
|
||||||
node_graph_,
|
node_graph_,
|
||||||
node_services_,
|
node_services_,
|
||||||
node_logging_
|
node_logging_
|
||||||
)),
|
)),
|
||||||
node_parameters_(new rclcpp::node_interfaces::NodeParameters(
|
node_parameters_(new rclcpp::node_interfaces::NodeParameters(
|
||||||
node_base_,
|
node_base_,
|
||||||
node_topics_,
|
node_topics_,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue