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 Jun 21, 2024
1 parent d44696d commit c9d52ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions inst/hooks/exported/parsable-roxygen.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ out <- lapply(arguments$files, function(path) {
msg <- capture.output(
roxygen2::parse_file(
path,
env = if (isTRUE(arguments$no_eval))
env = if (isTRUE(arguments$no_eval)) {
NULL
else
} else {
roxygen2::env_file(path)
}
),
type = "message"
),
Expand Down

0 comments on commit c9d52ce

Please sign in to comment.