Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add space after description if needed #233

Merged
merged 2 commits into from
Mar 24, 2022

Conversation

IanButterworth
Copy link
Collaborator

Currently the desc is required to have a trailing space, otherwise you end up with

Custom message100%|█████████████████████| Time: 0:00:00

This just checks if there is a trailing space and adds one if not.
Intended to be the minimal way to fix this.

@codecov
Copy link

codecov bot commented Mar 24, 2022

Codecov Report

Merging #233 (86edd6c) into master (5826a75) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #233      +/-   ##
==========================================
+ Coverage   96.31%   96.32%   +0.01%     
==========================================
  Files           1        1              
  Lines         515      517       +2     
==========================================
+ Hits          496      498       +2     
  Misses         19       19              
Impacted Files Coverage Δ
src/ProgressMeter.jl 96.32% <100.00%> (+0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5826a75...86edd6c. Read the comment docs.

@IanButterworth IanButterworth changed the title Add space after desc if needed Add space after description if needed Mar 24, 2022
@IanButterworth IanButterworth merged commit 3a08085 into timholy:master Mar 24, 2022
@IanButterworth IanButterworth deleted the ib/fix_100perc_spacing branch March 24, 2022 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant