Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix panic when calculating padding spaces
The user progress template can exceed the terminal width, so we use a `saturating_sub` when calculating padding spaces to clamp it at 0 in this case.
- Loading branch information