Skip to content

Commit 552793a

Browse files
committed
fix prettytables
1 parent db5e356 commit 552793a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/print.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ function Base.show(io::IO, ::MIME"text/plain", ocp::Model)
254254
pretty_table(
255255
io,
256256
data;
257-
tf=tf_unicode_rounded,
258257
header=header,
259258
header_crayon=crayon"yellow",
260259
crop=:none,
@@ -542,7 +541,6 @@ function Base.show(io::IO, ::MIME"text/plain", ocp::PreModel)
542541
pretty_table(
543542
io,
544543
data;
545-
tf=tf_unicode_rounded,
546544
header=header,
547545
header_crayon=crayon"yellow",
548546
crop=:none,

0 commit comments

Comments
 (0)