Skip to content

Commit c9d52ce

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d44696d commit c9d52ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

inst/hooks/exported/parsable-roxygen.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ out <- lapply(arguments$files, function(path) {
1717
msg <- capture.output(
1818
roxygen2::parse_file(
1919
path,
20-
env = if (isTRUE(arguments$no_eval))
20+
env = if (isTRUE(arguments$no_eval)) {
2121
NULL
22-
else
22+
} else {
2323
roxygen2::env_file(path)
24+
}
2425
),
2526
type = "message"
2627
),

0 commit comments

Comments
 (0)