Skip to content

Commit 4e7265a

Browse files
committed
Convert check to one line
1 parent e115f24 commit 4e7265a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

R/tm_front_page.R

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,7 @@ tm_front_page <- function(label = "Front page",
9393
)
9494
)
9595
}
96-
checkmate::assert_character(datanames,
97-
min.len = 0, min.chars = 1,
98-
null.ok = TRUE
99-
)
96+
checkmate::assert_character(datanames, min.len = 0, min.chars = 1, null.ok = TRUE)
10097

10198
# End of assertions
10299

0 commit comments

Comments
 (0)