From d17e9c96ed2fb4b843bd4adedf7b9c2f5ff6de04 Mon Sep 17 00:00:00 2001 From: Jin S Date: Fri, 23 Feb 2024 14:54:44 -0500 Subject: [PATCH] format --- include/fmt/ranges.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/fmt/ranges.h b/include/fmt/ranges.h index ff3d3a47ce6e..fc1d58f5bd38 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);