Consistently have the namespace closing comment
[folly.git] / folly / futures / Barrier.cpp
index 62d1113ea1ae1e084bae1e6638658e0f9450acb6..72714cbdaae78e027eb512ad3070c93d726cbc5f 100644 (file)
@@ -105,4 +105,5 @@ folly::Future<bool> Barrier::wait() {
   return future;
 }
 
-}}  // namespaces
+} // namespace futures
+} // namespace folly