Skip to content

Commit ec708fa

Browse files
committed
Add ellipsis
For r-lib/pillar#250.
1 parent d666dba commit ec708fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tbl_sum.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pillar::tbl_sum
44

55
#' @export
6-
tbl_sum.tbl_df <- function(x) {
6+
tbl_sum.tbl_df <- function(x, ...) {
77
c("A tibble" = dim_desc(x))
88
}
99

0 commit comments

Comments
 (0)