Consistently have the namespace closing comment
[folly.git] / folly / portability / test / ConstexprTest.cpp
index 2891d797a9000d3dc6c635bdb00cd1921a57bfa2..b2bc97362062c6a782ead92d3ff5c3d64e3e864b 100644 (file)
@@ -21,7 +21,7 @@
 namespace {
 
 class ConstexprTest : public testing::Test {};
-}
+} // namespace
 
 TEST_F(ConstexprTest, constexpr_strlen_cstr) {
   constexpr auto v = "hello";