diff --git a/include/fmt/color.h b/include/fmt/color.h index bcc56b98..a2e917df 100644 --- a/include/fmt/color.h +++ b/include/fmt/color.h @@ -563,7 +563,8 @@ inline std::basic_string format(const text_style& ts, const S& format_str, fmt::make_args_checked(format_str, args...)); } -/** Formats a string with the given text_style and writes the output to ``out``. +/** + Formats a string with the given text_style and writes the output to ``out``. */ template ::value)>