Skip to content

Commit

Permalink
drop last Compat #60
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Jan 12, 2020
1 parent 1bad860 commit a292f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/prettyprinting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ end

Base.show(io::IO,v::CFVariable; indent="") = Base.show(io::IO,v.var; indent=indent)

Base.display(v::Union{Variable,CFVariable}) = show(Compat.stdout,v)
Base.display(v::Union{Variable,CFVariable}) = show(stdout,v)

0 comments on commit a292f8e

Please sign in to comment.