Consistency in namespace-closing comments
[folly.git] / folly / Try.h
index 91d160e90fdcc2d1982af235a004c2d1aa028b3b..f38362b803c580ea0062a8616ae69dabf73a4b57 100644 (file)
@@ -505,6 +505,6 @@ makeTryWith(F&& f);
 template <typename... Ts>
 std::tuple<Ts...> unwrapTryTuple(std::tuple<folly::Try<Ts>...>&& ts);
 
-} // folly
+} // namespace folly
 
 #include <folly/Try-inl.h>