Skip to content

Commit eec0393

Browse files
committed
Update io.jl
1 parent b4e6332 commit eec0393

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/abstractdataset/io.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ julia> show(stdout, MIME("text/latex"), Dataset(A = 1:3, B = ["x", "y", "z"]))
116116
\t2 & 2 & y \\\\
117117
\t3 & 3 & z \\\\
118118
\\end{tabular}
119-
14
120119
121120
julia> show(stdout, MIME("text/csv"), Dataset(A = 1:3, B = ["x", "y", "z"]))
122121
"A","B"

0 commit comments

Comments
 (0)