We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be6002 commit d17d41fCopy full SHA for d17d41f
test_rmw_implementation/test/test_init_shutdown.cpp
@@ -30,7 +30,7 @@
30
31
class CLASSNAME (TestInitShutdown, RMW_IMPLEMENTATION) : public ::testing::Test {};
32
33
-TEST_F(CLASSNAME (TestInitShutdown, RMW_IMPLEMENTATION), init_shutdown) {
+TEST_F(CLASSNAME(TestInitShutdown, RMW_IMPLEMENTATION), init_shutdown) {
34
rmw_context_t context = rmw_get_zero_initialized_context();
35
rmw_init_options_t options = rmw_get_zero_initialized_init_options();
36
rmw_ret_t ret = rmw_init_options_init(&options, rcutils_get_default_allocator());
0 commit comments