Skip to content

Commit

Permalink
whitespacee
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Jan 5, 2022
1 parent 3097291 commit bdcff9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ end

struct Thing end

function Base.show(io::IO, m::MIME"text/html", t::Thing)
function Base.show(io::IO, ::MIME"text/html", ::Thing)
write(io, get(io, :hello, "asdf"))
end

Expand Down

0 comments on commit bdcff9f

Please sign in to comment.