Skip to content

Commit

Permalink
Fix back-compatibility again
Browse files Browse the repository at this point in the history
  • Loading branch information
Liozou committed Jul 10, 2023
1 parent 7550c8b commit 0f67e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,7 @@ function Base.show(io::IO, ::MIME"text/plain", x::InterpenetratedTopologyResult)
end
hasnfold = nfold > 1
if hasnfold
@static if VERSION < v"1.9-"
@static if VERSION < v"1.10-"
printstyled(io, '(', nfold, "-fold) ", color=:yellow)
else
printstyled(io, '(', nfold, "-fold) ", italic=true)
Expand Down

0 comments on commit 0f67e5c

Please sign in to comment.