Skip to content

Commit

Permalink
[skip style] [skip vbump] Restyle files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 21, 2024
1 parent e348e6c commit bee359c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/tt_afun_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ non_ref_rcell <- function(x, is_ref, format = NULL, colspan = 1L,
#' in_rows(1, 2, 3, .labels = c("a", "b", "c"))
#' in_rows(1, 2, 3, .names = c("a", "b", "c"), .labels = c("AAA", "BBB", "CCC"))
#' in_rows(
#' .list = list(a = c(NA, NA)),
#' .formats = "xx - xx",
#' .list = list(a = c(NA, NA)),
#' .formats = "xx - xx",
#' .format_na_strs = list(c("asda", "lkjklj"))
#' )
#' in_rows(.list = list(a = c(NA, NA)), .format_na_strs = c("asda", "lkjklj"))
Expand Down

0 comments on commit bee359c

Please sign in to comment.