Skip to content

Commit

Permalink
Removed extra line
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <ahcorde@gmail.com>
  • Loading branch information
ahcorde committed Aug 12, 2020
1 parent dd0ca18 commit 3b4bfba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion rclcpp/src/rclcpp/time_source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ namespace rclcpp
TimeSource::TimeSource(std::shared_ptr<rclcpp::Node> node)
: logger_(rclcpp::get_logger("rclcpp")),
clock_subscription_(nullptr),
ros_time_active_(false)
param_change_callback_handler_(nullptr),
ros_time_active_(false),
{
this->attachNode(node);
}
Expand Down
1 change: 0 additions & 1 deletion rclcpp_lifecycle/test/test_lifecycle_service_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ TEST_F(TestLifecycleServiceClient, lifecycle_transitions) {
EXPECT_EQ(transitions.size(), 0u);
}


TEST_F(TestLifecycleServiceClient, get_service_names_and_types_by_node)
{
auto node1 = std::make_shared<LifecycleServiceClient>("client1");
Expand Down

0 comments on commit 3b4bfba

Please sign in to comment.