Skip to content

Commit

Permalink
remove duplicate definition of indent_width (JuliaLang#43908)
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonschaub authored and LilithHafner committed Mar 8, 2022
1 parent a449df7 commit bd30422
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions base/show.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1490,8 +1490,6 @@ unquoted(ex::Expr) = ex.args[1]
function printstyled end
function with_output_color end

const indent_width = 4

is_expected_union(u::Union) = u.a == Nothing || u.b == Nothing || u.a == Missing || u.b == Missing

emphasize(io, str::AbstractString, col = Base.error_color()) = get(io, :color, false) ?
Expand Down

0 comments on commit bd30422

Please sign in to comment.