Consistently have the namespace closing comment
[folly.git] / folly / futures / Promise.h
index 6802d4d00cb3d8e00ecfa538fe990c17d83edc01..905ce5dd7eb9a4a1d23864aed407381920ad3728 100644 (file)
@@ -128,7 +128,7 @@ class Promise {
   void detach();
 };
 
-}
+} // namespace folly
 
 #include <folly/futures/Future.h>
 #include <folly/futures/Promise-inl.h>