Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 29, 2024
1 parent 5d81a4b commit 335b03f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/harvest-docs.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ check_url <- function(url) {
TRUE
)

if (inherits(status, "try-error")) return(invisible(FALSE))
if (inherits(status, "try-error")) {
return(invisible(FALSE))

Check warning on line 32 in R/harvest-docs.R

View check run for this annotation

Codecov / codecov/patch

R/harvest-docs.R#L31-L32

Added lines #L31 - L32 were not covered by tests
}
status
}

Expand Down

0 comments on commit 335b03f

Please sign in to comment.