Skip to content

Commit

Permalink
clang tidy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygerardmoore committed Oct 4, 2024
1 parent 445fb27 commit ad64883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuse_core/test/launch_tests/test_parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class TestParameters : public ::testing::Test
executor_.reset();
}

private:
std::thread spinner_; //!< Internal thread for spinning the executor
rclcpp::executors::SingleThreadedExecutor::SharedPtr executor_;
};
Expand Down

0 comments on commit ad64883

Please sign in to comment.