Skip to content

Commit

Permalink
Add ... to type_sum() quosure list method (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Apr 22, 2021
1 parent c3401d7 commit 4663f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/quo.R
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ pillar_shaft.quosures <- function(x, ...) {
labels <- map_chr(unname(x), as_label)
structure(labels, width = 10L)
}
type_sum.quosures <- function(x) {
type_sum.quosures <- function(x, ...) {
"quos"
}

Expand Down

0 comments on commit 4663f0d

Please sign in to comment.