Skip to content

Commit ed45887

Browse files
committed
Update PrettyTables.jl
1 parent 9e64e91 commit ed45887

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TableTransforms"
22
uuid = "0d432bfd-3ee1-4ac1-886a-39f05cc69a3e"
33
authors = ["Júlio Hoffimann <[email protected]> and contributors"]
4-
version = "1.37.1"
4+
version = "1.37.2"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
@@ -35,7 +35,7 @@ Distributions = "0.25"
3535
InverseFunctions = "0.1"
3636
LinearAlgebra = "1.9"
3737
NelderMead = "0.4"
38-
PrettyTables = "2"
38+
PrettyTables = "3"
3939
Random = "1.9"
4040
SpectralIndices = "0.2"
4141
Statistics = "1.9"

src/tableselection.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ end
4444

4545
function Base.show(io::IO, t::TableSelection)
4646
println(io, "TableSelection")
47-
pretty_table(io, t, vcrop_mode=:bottom, newline_at_end=false)
47+
pretty_table(io, t, new_line_at_end=false)
4848
end

0 commit comments

Comments
 (0)