Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Oct 5, 2022
1 parent 33581b8 commit 657bb68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ProgressBars.jl
Expand Up @@ -76,7 +76,6 @@ mutable struct ProgressBar
end
end


function format_time(seconds)
if isfinite(seconds)
mins, s = divrem(round(Int, seconds), 60)
Expand Down Expand Up @@ -286,7 +285,7 @@ function manually_iterate!(progress_bar::WrappedProgressBar)
end

function set_multiline_postfix!(t::WrappedProgressBar, postfix::AbstractString)
set_multiline_postfix!(t.bar, postfix)
return set_multiline_postfix!(t.bar, postfix)
end

end

0 comments on commit 657bb68

Please sign in to comment.