Skip to content

Commit 5430f3d

Browse files
committed
Re-format with air
1 parent 13aeb67 commit 5430f3d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

R/check.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,10 @@ check <- function(
133133
)
134134
}
135135

136-
can_document <- function(required, installed = utils::packageVersion("roxygen2")) {
136+
can_document <- function(
137+
required,
138+
installed = utils::packageVersion("roxygen2")
139+
) {
137140
if (is.null(required)) {
138141
return(FALSE)
139142
}

0 commit comments

Comments
 (0)