Consistently have the namespace closing comment
[folly.git] / folly / futures / test / CallbackLifetimeTest.cpp
index 98fa9fdf4c90f7bccd5eba63333314a10be09416..e122c4b5c0af66317fcdc6b484a3f70042675ccf 100644 (file)
@@ -72,7 +72,7 @@ class CallbackLifetimeTest : public testing::Test {
 
   TestExecutor executor{2}; // need at least 2 threads for internal futures
 };
-}
+} // namespace
 
 TEST_F(CallbackLifetimeTest, thenReturnsValue) {
   auto c = mkC();