Consistency in namespace-closing comments
[folly.git] / folly / FBVector.h
index 0acac2347331265dae1a35d8919f2bb5ac5c41ae..21253afe474b2ef86b1d86e628f6b846cb29d0f0 100644 (file)
@@ -1624,7 +1624,7 @@ struct IndexableTraits<fbvector<T, A>>
   : public IndexableTraitsSeq<fbvector<T, A>> {
 };
 
-}  // namespace detail
+} // namespace detail
 
 template <class T, class A>
 void compactResize(fbvector<T, A>* v, size_t sz) {