Skip to content

Commit

Permalink
Space
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Apr 13, 2021
1 parent 9a480cb commit 125c68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/vctrs.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pillar_shaft.vctrs_vctr <- function(x, ...) {
#' @export
type_sum.vctrs_vctr <- function(x) {
pillar_attr <- attr(x, "pillar")

label <- pillar_attr$label
if (!is.null(label)) {
return(I(label))
Expand Down

0 comments on commit 125c68c

Please sign in to comment.