Skip to content

Commit dc4fac2

Browse files
committed
format fix
Signed-off-by: enricosutera <[email protected]>
1 parent 8bfd647 commit dc4fac2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nav2_costmap_2d/test/unit/binary_filter_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,8 @@ bool TestNode::createBinaryFilter(const std::string & global_frame, double flip_
474474
param.name));
475475
if (param.default_value_set) {
476476
node_->declare_parameter(
477-
std::string(FILTER_NAME) + "." + param.namespace_ + ".default_state", rclcpp::ParameterValue(
477+
std::string(FILTER_NAME) + "." + param.namespace_ + ".default_state",
478+
rclcpp::ParameterValue(
478479
param.default_value));
479480
node_->set_parameter(
480481
rclcpp::Parameter(

0 commit comments

Comments
 (0)