Skip to content

Commit 38d5963

Browse files
committed
return nothing if not found
1 parent b2ca46c commit 38d5963

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

R/utils.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,5 @@ app_container <- function(url, deps = FALSE) {
768768
} else {
769769
device_tag
770770
}
771-
} else {
772-
NULL
773-
}
771+
}
774772
}

0 commit comments

Comments
 (0)