diff --git a/include/fmt/ranges.h b/include/fmt/ranges.h index ff3d3a47..fc1d58f5 100644 --- a/include/fmt/ranges.h +++ b/include/fmt/ranges.h @@ -473,8 +473,8 @@ struct range_formatter< } format_specs spec_str{}; spec_str.type = presentation_type::debug; - detail::write(out, basic_string_view(buf.data(), buf.size()), - spec_str); + detail::write( + out, basic_string_view(buf.data(), buf.size()), spec_str); } else { for (; it != end; ++it) { ctx.advance_to(out);