Consistently have the namespace closing comment
[folly.git] / folly / futures / test / ThenTest.cpp
index ae52706b8598bed69e80470472f4cc50e00649e8..0bdd9ad5f7ffd76b265997086d7f4ba936fbbb50 100644 (file)
@@ -36,7 +36,7 @@ struct Widget {
     throw std::logic_error("unexpected move assignment");
   }
 };
-}
+} // namespace
 
 TEST(Then, tryConstructor) {
   auto t = Try<Widget>(23);