Consistently have the namespace closing comment
[folly.git] / folly / test / ExceptionTest.cpp
index eb7965039412de93b83fa0877f1d09b1a6ecbae4..11623addad1d4e1b37156775a76528f58c24eb9b 100644 (file)
@@ -90,4 +90,5 @@ TEST(ExceptionTest, Simple) {
                       EIO, "hello world");
 }
 
-}}  // namespaces
+} // namespace test
+} // namespace folly