Consistently have the namespace closing comment
[folly.git] / folly / executors / test / ThreadedExecutorTest.cpp
index 591be5743cee90c454b2cc76d5dd716afb661ba7..ecb8d2dc850ebeb1009b3bca34311a30f4f7cc3a 100644 (file)
@@ -24,7 +24,7 @@
 namespace {
 
 class ThreadedExecutorTest : public testing::Test {};
-}
+} // namespace
 
 TEST_F(ThreadedExecutorTest, example) {
   folly::ThreadedExecutor x;