Skip to content

Commit

Permalink
Appeasing our Lord and Savior clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Dec 1, 2024
1 parent 11d14a1 commit bdd6494
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*********************************************************************
* Software License Agreement (BSD License)
*
* Copyright (c) 2024, Sebastian Castro.
* Copyright (c) 2024, Sebastian Castro
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -48,7 +48,7 @@
class TestCheckStartStateBounds : public testing::Test
{
protected:
void SetUp()
void SetUp() override
{
rclcpp::init(0, nullptr);
node_ = std::make_shared<rclcpp::Node>("test_check_start_state_bounds_adapter", "");
Expand All @@ -65,7 +65,7 @@ class TestCheckStartStateBounds : public testing::Test
adapter_->initialize(node_, "");
}

void TearDown()
void TearDown() override
{
rclcpp::shutdown();
}
Expand Down

0 comments on commit bdd6494

Please sign in to comment.