Consistently have the namespace closing comment
[folly.git] / folly / fibers / test / FibersTest.cpp
index 847149f800eed20d615a2a5907bd6373c48d2983..1dad237a33ca456709141f55942c8dd59583dc31 100644 (file)
@@ -914,7 +914,7 @@ void expectMainContext(bool& ran, int* mainLocation, int* fiberLocation) {
   EXPECT_FALSE(ran);
   ran = true;
 }
-}
+} // namespace
 
 TEST(FiberManager, runInMainContext) {
   FiberManager manager(std::make_unique<SimpleLoopController>());