23 int reps_do = 100 - reps_done;
24 std::string fmt_done = fmt::format(
"{{:{}>{}}}",
fill_done, reps_done);
25 std::string fmt_do = fmt::format(
"{{:{}>{}}}",
fill_do, reps_do);
29 auto tmp_done = fmt::vformat(fmt_done, fmt::make_format_args(
fill_done));
32 if(100 - reps_done > 0) {
33 auto tmp_do = fmt::vformat(fmt_do, fmt::make_format_args(
fill_do));