Skip to content

Commit

Permalink
fix fillmap show
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarrasch committed Dec 9, 2020
1 parent 8a9fc16 commit b344a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/show.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ end
function _show(io::IO, A::ScaledMap{T}, i) where {T}
" with scale: $(A.λ) of\n" * map_show(io, A.lmap, i+2)
end
function _show(io::IO, A::FillMap{T}) where {T}
println(io, " with fill value: $(A.λ)")
function _show(io::IO, A::FillMap{T}, _) where {T}
" with fill value: $(A.λ)"
end

# helper functions
Expand Down

0 comments on commit b344a97

Please sign in to comment.