Skip to content

Commit bc2cb3f

Browse files
committed
bug fix
1 parent eec0393 commit bc2cb3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/abstractdataset/io.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ function _show(io::IO, ::MIME"text/html", ds::AbstractDataset;
278278
end
279279
write(io, "</tbody>")
280280
write(io, "</table>")
281+
nothing
281282
end
282283

283284
# function Base.show(io::IO, mime::MIME"text/html", dsr::DataFrameRow;

0 commit comments

Comments
 (0)