Consistently have the namespace closing comment
[folly.git] / folly / test / StringTest.cpp
index 7bd2c301b6aed203e53c5dacd637a1dd15611958..5638343056129d0021e7bb918ad41d0c46f32982 100644 (file)
@@ -789,7 +789,7 @@ void piecesTest() {
   EXPECT_EQ(blah.size(), 6);
 }
 
-}
+} // namespace
 
 TEST(Split, split_vector) {
   splitTest<std::vector>();
@@ -949,7 +949,7 @@ Expected<StringPiece, ColorErrorCode> parseTo(
   }
   return StringPiece(in.end(), in.end());
 }
-}
+} // namespace my
 
 TEST(Split, fixed_convert_custom) {
   my::Color c1, c2;