Skip to content

Commit 561aa84

Browse files
author
Brad Carman
committed
format
1 parent f24200a commit 561aa84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Blocks/sources.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,6 @@ Base.min(x::Number, y::Parameter) = min(x, y.ref)
519519
Base.min(x::Parameter, y::Number) = min(x.ref, y)
520520
Base.min(x::Parameter, y::Parameter) = min(x.ref, y.ref)
521521

522-
523522
function Base.show(io::IO, m::MIME"text/plain", p::Parameter)
524523
if !isempty(p.data)
525524
print(io, p.data)

0 commit comments

Comments
 (0)