Skip to content

Commit fbdb39f

Browse files
committed
style: styler (GHA)
1 parent c0c40af commit fbdb39f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

R/utils.R

+3-3
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ format_chr_deparse <- function(x) {
111111
#' @examples
112112
#' cli::cli_inform('{format_chr_with_quotes("x")}')
113113
#' cli::cli_inform('{format_chr_with_quotes(c("x","y"))}')
114-
#' nms <- c("x","\"Total Cases\"")
115-
#' cli::cli_inform('{format_chr_with_quotes(nms)}')
116-
#' cli::cli_inform('{format_chr_with_quotes(character())}')
114+
#' nms <- c("x", "\"Total Cases\"")
115+
#' cli::cli_inform("{format_chr_with_quotes(nms)}")
116+
#' cli::cli_inform("{format_chr_with_quotes(character())}")
117117
#'
118118
#' @keywords internal
119119
format_chr_with_quotes <- function(x, empty = "*none*") {

0 commit comments

Comments
 (0)