Skip to content

Commit 3fb5f17

Browse files
author
Guillaume Doisy
committed
lint
1 parent 73855fa commit 3fb5f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nav2_util/src/lifecycle_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ LifecycleNode::LifecycleNode(
3535
this->set_parameter(
3636
rclcpp::Parameter(
3737
bond::msg::Constants::DISABLE_HEARTBEAT_TIMEOUT_PARAM, true));
38-
38+
3939
nav2_util::declare_parameter_if_not_declared(
4040
this, "bond_heartbeat_period", rclcpp::ParameterValue(0.1));
4141
this->get_parameter("bond_heartbeat_period", bond_heartbeat_period);

0 commit comments

Comments
 (0)