Consistently have the namespace closing comment
[folly.git] / folly / AtomicUnorderedMap.h
index 21cf55e069313bba7fbb38006be9b1f150d836ed..ca867fc1dfa2d0ee71f87418f1e36a655f95ae42 100644 (file)
@@ -519,5 +519,4 @@ struct MutableData {
   explicit MutableData(const T& init) : data(init) {}
 };
 
-
-}
+} // namespace folly