Skip to content

Commit

Permalink
Re-remove double space before progress bar (#4040)
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd authored Oct 8, 2024
1 parent e099a62 commit 3f8471f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MiniProgressBars.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ function show_progress(io::IO, p::MiniProgressBar; termwidth=nothing, carriagere
else
print(io, p.header, " ")
end
print(io, " ")
if !isempty(p.status)
print(io, p.status)
else
Expand Down

0 comments on commit 3f8471f

Please sign in to comment.