Consistently have the namespace closing comment
[folly.git] / folly / functional / test / ApplyTupleTest.cpp
index e661e4793ec3f4cd217a1731618fee4da45e3a8f..208426bfcacda73ae0e265a9a46d06f8ac6d63e9 100644 (file)
@@ -123,7 +123,7 @@ struct Mover {
 
 void move_only_func(Mover&&) {}
 
-}
+} // namespace
 
 TEST(ApplyTuple, Test) {
   auto argsTuple = std::make_tuple(1, 2, 3.0);