Consistency in namespace-closing comments
[folly.git] / folly / concurrency / detail / ConcurrentHashMap-detail.h
index ec1c8df3a8aa5a84466a1df18fa3e7378d7ca22c..ccef419d9fbf258e532656df83bb419420a384ea 100644 (file)
@@ -738,5 +738,5 @@ class FOLLY_ALIGNED(64) ConcurrentHashMapSegment {
   Atom<Buckets*> buckets_{nullptr};
   Mutex m_;
 };
-}
-} // folly::detail namespace
+} // namespace detail
+} // namespace folly