Consistently have the namespace closing comment
[folly.git] / folly / io / async / test / MockAsyncTransport.h
index 8690b1839e92dc5cb0f7720915b0e6722d882da2..feaf0ee3cc76fe06eaf4e47a88d139b81de3521a 100644 (file)
@@ -96,4 +96,5 @@ class MockWriteCallback: public AsyncTransportWrapper::WriteCallback {
                  void(size_t, const AsyncSocketException&));
 };
 
-}}
+} // namespace test
+} // namespace folly