Skip to content

Commit

Permalink
Remove explicit NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Feb 29, 2024
1 parent 00cb225 commit d7bf391
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/assert_package.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ assert_package <- function(name, url, assert_cran_url = TRUE) {
if (assert_cran_url) {
return(assert_cran_url(name = name, url = url))
}
NULL
}

is_package_name <- function(name) {
Expand Down

0 comments on commit d7bf391

Please sign in to comment.