Consistently have the namespace closing comment
[folly.git] / folly / futures / test / ConversionOperatorTest.cpp
index 37613cc0fd6cdd065ad3c23d21c1388845368102..4c447ce16abe99624ba3adce49f354eb99759671 100644 (file)
@@ -37,7 +37,7 @@ struct Widget {
     return v_;
   }
 };
-}
+} // namespace
 
 TEST(ConverstionOperator, DirectInitialization) {
   auto future = makeFuture<Widget>(23);