Consistently have the namespace closing comment
[folly.git] / folly / test / MPMCPipelineTest.cpp
index 6c5b1b9703c85d0fb514c20c22d56b83511450af..35efdb46db3067e85ab94e75537cc4cc62a03857 100644 (file)
@@ -156,7 +156,8 @@ TEST(MPMCPipeline, MultiThreaded) {
   }
 }
 
-}}  // namespaces
+} // namespace test
+} // namespace folly
 
 int main(int argc, char *argv[]) {
   testing::InitGoogleTest(&argc, argv);