Skip to content

Commit

Permalink
Add ellipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 25, 2021
1 parent 8d464c0 commit 60038b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/pillar.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

#' @export
obj_sum.tune_race <- function(x) {
obj_sum.tune_race <- function(x, ...) {
null_metrics <- purrr::map_lgl(x$.metrics, is.null)
if (!all(null_metrics)) {
res <- "race[+]"
Expand All @@ -11,7 +11,7 @@ obj_sum.tune_race <- function(x) {
}

#' @export
size_sum.tune_race <- function(x) {
size_sum.tune_race <- function(x, ...) {
""
}

Expand Down

0 comments on commit 60038b9

Please sign in to comment.