Skip to content

Commit e5b9ee4

Browse files
Update src/utils/print_pt_v3.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a1e9bd5 commit e5b9ee4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/utils/print_pt_v3.jl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,11 @@ function show_systems(sys::SystemCatalog, category::Type{<:SystemCategory}; kwar
88
data[i, 2] = get_description(d)
99
end
1010

11-
PrettyTables.pretty_table(stdout, data; column_labels = column_labels, alignment = :l, kwargs...)
11+
PrettyTables.pretty_table(
12+
stdout,
13+
data;
14+
column_labels = column_labels,
15+
alignment = :l,
16+
kwargs...,
17+
)
1218
end

0 commit comments

Comments
 (0)