Consistently have the namespace closing comment
[folly.git] / folly / test / sorted_vector_test.cpp
index 77308b714689f3b7e82f6d44e2f8aea435118f53..fa9c977e09aa4a003f4064d4dfccad8eac0ef3f1 100644 (file)
@@ -76,7 +76,7 @@ struct CountCopyCtor {
   int count_;
 };
 
-}
+} // namespace
 
 TEST(SortedVectorTypes, SimpleSetTest) {
   sorted_vector_set<int> s;