Skip to content

Commit 06da6dd

Browse files
committed
foo
1 parent b8927f8 commit 06da6dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/print.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function Base.show(io::IO, ::MIME"text/plain", ocp::Model)
2020

2121
# ------------------------------------------------------------------------------ #
2222
# print the code
23-
printstyled(io, "\nAbstract defintion:\n\n"; bold=true)
23+
printstyled(io, "Abstract defintion:\n\n"; bold=true)
2424
tab = 4
2525
code = striplines(definition(ocp))
2626
@match code.head begin
@@ -294,7 +294,7 @@ function Base.show(io::IO, ::MIME"text/plain", ocp::PreModel)
294294

295295
# ------------------------------------------------------------------------------ #
296296
# print the code
297-
printstyled(io, "\nAbstract defintion:\n\n"; bold=true)
297+
printstyled(io, "Abstract defintion:\n\n"; bold=true)
298298
tab = 4
299299
code = striplines(definition(ocp))
300300
@match code.head begin

0 commit comments

Comments
 (0)