Skip to content

Commit 19f2764

Browse files
committed
Formatting
1 parent a41964c commit 19f2764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Pretty.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ end
7070
function show(io::IO, T::Tableau)
7171
MM = _pretty_string.(T.M[2:end, :])
7272
MM = hcat(_left_column(T), MM)
73-
style = TextTableStyle(first_line_column_label = _header_colors(T));
74-
pretty_table(MM; column_labels= [_header1(T), _header2(T)], style=style)
73+
style = TextTableStyle(; first_line_column_label=_header_colors(T));
74+
pretty_table(MM; column_labels=[_header1(T), _header2(T)], style=style)
7575
end

0 commit comments

Comments
 (0)