Skip to content

Commit

Permalink
Merge pull request #43 from JuliaEarth/auto-juliaformatter-pr
Browse files Browse the repository at this point in the history
[AUTO] JuliaFormatter.jl run
  • Loading branch information
juliohm authored Nov 28, 2023
2 parents 0a2ed07 + afc1678 commit 25c44fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/compositions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,5 @@ end
# IO METHODS
# -----------

Base.show(io::IO, c::Composition) = join(io, (ismissing(w) ? "missing" : @sprintf("%.03f", w) for w in components(c)), " : ")
Base.show(io::IO, c::Composition) =
join(io, (ismissing(w) ? "missing" : @sprintf("%.03f", w) for w in components(c)), " : ")

0 comments on commit 25c44fb

Please sign in to comment.