Skip to content

Commit d4fcf93

Browse files
committed
fix: Fix argument consistency between S3 generics and methods
1 parent 187ebe0 commit d4fcf93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/format.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ obj_print_data.blob <- function(x, ...) {
1818
}
1919

2020
#' @export
21-
vec_ptype_abbr.blob <- function(x) {
21+
vec_ptype_abbr.blob <- function(x, ..., prefix_named, suffix_shape) {
2222
"blob"
2323
}
2424

2525
#' @export
26-
vec_ptype_full.blob <- function(x) {
26+
vec_ptype_full.blob <- function(x, ...) {
2727
"blob"
2828
}
2929

0 commit comments

Comments
 (0)