Skip to content

Commit

Permalink
Avoid duplicate progress line
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Feb 2, 2024
1 parent 2d10cac commit f9b81a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cliprogressbar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ void ProgressBar::done() noexcept
if (_pimpl->bar->current() < 100) {
_pimpl->bar->set_progress(100);
}

_pimpl->bar->mark_as_completed();
}

}

0 comments on commit f9b81a9

Please sign in to comment.