We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9fc16 commit b344a97Copy full SHA for b344a97
src/show.jl
@@ -39,8 +39,8 @@ end
39
function _show(io::IO, A::ScaledMap{T}, i) where {T}
40
" with scale: $(A.λ) of\n" * map_show(io, A.lmap, i+2)
41
end
42
-function _show(io::IO, A::FillMap{T}) where {T}
43
- println(io, " with fill value: $(A.λ)")
+function _show(io::IO, A::FillMap{T}, _) where {T}
+ " with fill value: $(A.λ)"
44
45
46
# helper functions
0 commit comments