Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
js324 committed Feb 23, 2024
1 parent 181dbcf commit d17e9c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/fmt/ranges.h
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,8 @@ struct range_formatter<
}
format_specs spec_str{};
spec_str.type = presentation_type::debug;
detail::write<Char>(out, basic_string_view<Char>(buf.data(), buf.size()),
spec_str);
detail::write<Char>(
out, basic_string_view<Char>(buf.data(), buf.size()), spec_str);
} else {
for (; it != end; ++it) {
ctx.advance_to(out);
Expand Down

0 comments on commit d17e9c9

Please sign in to comment.