Consistency in namespace-closing comments
[folly.git] / folly / test / ExceptionWrapperTest.cpp
index f6f00f38b84e9e320825a7a21ebee9b5f624dc64..e182196d36829297beab1bc6f2a09b547d6d2068 100644 (file)
@@ -458,7 +458,7 @@ class TestException : public std::exception { };
 void testEW(const exception_wrapper& ew) {
   EXPECT_THROW(ew.throw_exception(), TestException);
 }
-}  // namespace
+} // namespace
 
 TEST(ExceptionWrapper, implicitConstruction) {
   // Try with both lvalue and rvalue references