Consistently have the namespace closing comment
[folly.git] / folly / futures / test / FutureTest.cpp
index 5f097ce5be5c91c30a0b6974df89cc5fc34bee2d..08b712e6bb969569197057e17d4d82a10a705b79 100644 (file)
@@ -88,7 +88,7 @@ Future<int> onErrorHelperEggs(const eggs_t&) {
 Future<int> onErrorHelperGeneric(const std::exception&) {
   return makeFuture(20);
 }
-}
+} // namespace
 
 TEST(Future, onError) {
   bool theFlag = false;