From 9bb586f82c80f88507b35db5bc10679e127d7a39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Thu, 22 Jul 2021 21:06:43 +0200 Subject: [PATCH] Add ellipsis to type_sum() method --- R/bytes.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/bytes.R b/R/bytes.R index f99cd072aa..09aaaa1311 100644 --- a/R/bytes.R +++ b/R/bytes.R @@ -307,7 +307,7 @@ Ops.rlib_bytes <- function (e1, e2) { pillar_shaft.rlib_bytes <- function(x, ...) { pillar::new_pillar_shaft_simple(format.rlib_bytes(x), align = "right", ...) } -type_sum.rlib_bytes <- function(x) { +type_sum.rlib_bytes <- function(x, ...) { "byt" } scale_type.rlib_bytes <- function(x) {