Skip to content

Commit a337bc2

Browse files
committed
chore: add dots to format() method
1 parent 5264a4b commit a337bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/Filter.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Filter = R6Class("Filter",
116116

117117
#' @description
118118
#' Format helper for Filter class
119-
format = function() {
119+
format = function(...) {
120120
sprintf("<%s:%s>", class(self)[1L], self$id) # nocov
121121
},
122122

0 commit comments

Comments
 (0)