clang-format

This commit is contained in:
Bruce Mitchener 2023-12-31 13:32:58 -05:00
parent e33c1568c3
commit 4d3ef84ef2

View File

@ -4529,7 +4529,7 @@ formatter<T, Char,
}
auto specs = specs_;
detail::handle_dynamic_spec<detail::width_checker>(specs.width,
specs.width_ref, ctx);
specs.width_ref, ctx);
detail::handle_dynamic_spec<detail::precision_checker>(
specs.precision, specs.precision_ref, ctx);
return detail::write<Char>(ctx.out(), val, specs, ctx.locale());