Skip to content

Commit

Permalink
style: missing styler
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Jan 17, 2024
1 parent 810f3b0 commit 3f6ea8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/utils-xportr.R
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,9 @@ check_multiple_var_specs <- function(metadata,
#' @inheritParams checkmate::check_logical
#' metadata.
check_metadata <- function(metadata, include_fun_message, null.ok = FALSE) {
if (is.null(metadata) && null.ok) return(TRUE)
if (is.null(metadata) && null.ok) {
return(TRUE)
}

extra_string <- ", 'Metacore' or set via 'xportr_metadata()'"
if (!include_fun_message) {
Expand Down

0 comments on commit 3f6ea8d

Please sign in to comment.