Consistently have the namespace closing comment
[folly.git] / folly / test / OptionalTest.cpp
index b82f3164d1ec183d1c67baddb33efbc597fc5349..091dd9a3714e262669172e99c1a95d35df77eef9 100644 (file)
@@ -663,4 +663,4 @@ TEST(Optional, Hash) {
   std::hash<Optional<int>>()(none);
   std::hash<Optional<int>>()(3);
 }
-}
+} // namespace folly