Skip to content

Commit 9a81327

Browse files
committed
add a return
1 parent 512d230 commit 9a81327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datasets.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ function Dataset(d::Dict)
149149
prefix=_get_json(storage_json, "prefix", AbstractString),
150150
)
151151
end
152-
Dataset(;
152+
return Dataset(;
153153
uuid=_get_json_convert(d, "id", UUIDs.UUID),
154154
name, owner, versions,
155155
dtype=_get_json(d, "type", AbstractString),

0 commit comments

Comments
 (0)