Consistency in namespace-closing comments
[folly.git] / folly / Format.h
index d6fd2ff0c3a038d69da6783415aeda89f355b328..6ed3c6f1cfba858a65120c353a56764e805c79a1 100644 (file)
@@ -432,7 +432,7 @@ struct IsFormatter<
     typename std::enable_if<
         std::is_same<typename T::IsFormatter, detail::FormatterTag>::value>::
         type> : public std::true_type {};
-} // folly::detail
+} // namespace detail
 
 // Deprecated API. formatChecked() et. al. now behave identically to their
 // non-Checked counterparts.