We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ad6d6 commit 3756eb0Copy full SHA for 3756eb0
1 file changed
src/progress-display.cpp
@@ -40,7 +40,7 @@ void progress_display_t::print_summary() const
40
std::time_t const now = std::time(nullptr);
41
42
if (m_enabled) {
43
- fmt::print(stderr, "\r{:78s}\r", "");
+ fmt::print(stderr, "\r{:90s}\r", "");
44
}
45
46
log_info("Reading input files done in {}.",
0 commit comments