Skip to content

Commit

Permalink
Fix linter issues that must have been from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
dhood committed Dec 5, 2017
1 parent 8c9eb0f commit bd7d9a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rclcpp/include/rclcpp/node_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ Node::set_parameter_if_not_set(
rclcpp::parameter::ParameterVariant parameter_variant;
if (!this->get_parameter(name, parameter_variant)) {
this->set_parameters({
rclcpp::parameter::ParameterVariant(name, value),
});
rclcpp::parameter::ParameterVariant(name, value),
});
}
}

Expand Down

0 comments on commit bd7d9a8

Please sign in to comment.