Consistency in namespace-closing comments
[folly.git] / folly / io / async / test / AsyncPipeTest.cpp
index 1259e54750c1ed61ccc17f92961f9b179f6fe6e6..ce69a236ba1d225a4994937678196b49f20658c7 100644 (file)
@@ -124,8 +124,7 @@ std::unique_ptr<folly::IOBuf> getBuf(const std::string& data) {
   return buf;
 }
 
-} // anonymous namespace
-
+} // namespace
 
 TEST_F(AsyncPipeTest, simple) {
   for (int pass = 0; pass < 2; ++pass) {