Consistently have the namespace closing comment
[folly.git] / folly / io / async / test / WriteChainAsyncTransportWrapperTest.cpp
index 10cf02ccd34fe5cf5613fd140b745bb0329fb933..6925cda9964c7b289351aed092a97678b4b92a53 100644 (file)
@@ -82,4 +82,5 @@ TEST(WriteChainAsyncTransportWrapperTest, TestSimpleBuf) {
   transport.write(nullptr, buf->data(), buf->length());
 }
 
-}}
+} // namespace test
+} // namespace folly