Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 15, 2024
1 parent d7d8287 commit a9ee2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tbl-format.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ format_tbl <- function(
max_footer_lines = NULL,
transform = identity
) {
check_dots_empty(error = warning)
check_dots_empty(error = function(cnd) warn("`...` must be empty in `format.tbl()`", parent = cnd))

if (!is.null(n_extra)) {
deprecate_stop("1.6.2", "pillar::format(n_extra = )", "pillar::format(max_extra_cols = )")
Expand Down

0 comments on commit a9ee2c6

Please sign in to comment.