diff --git a/base/show.jl b/base/show.jl index 4fa8ba2e2cded..40fe1ec7d64f0 100644 --- a/base/show.jl +++ b/base/show.jl @@ -1832,7 +1832,7 @@ function show_unquoted(io::IO, ex::Expr, indent::Int, prec::Int, quote_level::In elseif head === :hcat || head === :row sep = " " elseif head === :ncat || head === :nrow - sep = ";"^args[1] * " " + sep = ";"^args[1]::Int * " " args = args[2:end] nargs = nargs - 1 else