Consistently have the namespace closing comment
[folly.git] / folly / test / FBStringTest.cpp
index 629111db23f3919d9ce9807172edf4c325971ecf..08e22608078df07217b1bb0da89120ffe40e2da7 100644 (file)
@@ -75,7 +75,7 @@ std::list<char> RandomList(unsigned int maxSize) {
  }
   return lst;
 }
-}
+} // namespace
 
 ////////////////////////////////////////////////////////////////////////////////
 // Tests begin here