From 86f0a7046ec973f987406f492ae079100a0d5064 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 6 Sep 2020 08:58:19 -0700 Subject: [PATCH] Fix formatting --- include/fmt/color.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)>