Consistently have the namespace closing comment
[folly.git] / folly / test / UtilityTest.cpp
index 34ba8692c9604ed431e7586ae19aaf0a94f550c2..c6f269e8345e9fedbe7f5343398fc468f08e54cf 100644 (file)
@@ -22,7 +22,7 @@
 namespace {
 
 class UtilityTest : public testing::Test {};
-}
+} // namespace
 
 TEST_F(UtilityTest, copy) {
   struct MyData {};