Consistently have the namespace closing comment
[folly.git] / folly / executors / test / FiberIOExecutorTest.cpp
index 87d60c7e17f888294130ebcb1efcc0556c5039dc..2d46f8b2c99ab36619601ca116eeac64d17d1964 100644 (file)
@@ -24,7 +24,7 @@
 namespace {
 
 class FiberIOExecutorTest : public testing::Test {};
-}
+} // namespace
 
 TEST_F(FiberIOExecutorTest, event_base) {
   auto tpe = std::make_shared<folly::IOThreadPoolExecutor>(1);