diff --git a/include/fmt/ranges.h b/include/fmt/ranges.h index 04a0c927..6e22d115 100644 --- a/include/fmt/ranges.h +++ b/include/fmt/ranges.h @@ -464,8 +464,8 @@ struct range_formatter< } format_specs spec_str{}; spec_str.type = presentation_type::debug; - return detail::write(out, basic_string_view(buf.data(), buf.size()), - spec_str); + return detail::write( + out, basic_string_view(buf.data(), buf.size()), spec_str); } template ::value), bool> = true>