Skip to content

Commit fa27241

Browse files
committed
fix fillmap show
1 parent 12b7711 commit fa27241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/show.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ end
3939
function _show(io::IO, A::ScaledMap{T}, i) where {T}
4040
" with scale: $(A.λ) of\n" * map_show(io, A.lmap, i+2)
4141
end
42-
function _show(io::IO, A::FillMap{T}) where {T}
43-
println(io, " with fill value: $(A.λ)")
42+
function _show(io::IO, A::FillMap{T}, _) where {T}
43+
" with fill value: $(A.λ)"
4444
end
4545

4646
# helper functions

0 commit comments

Comments
 (0)