Skip to content

Commit

Permalink
Add missing space in download info message (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy authored Sep 6, 2023
1 parent 5edb7dd commit 1c33f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/download-progress-bar.R
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ pkgplan__done_progress_bar <- function(bar) {
cli_alert_success(
paste0(
"Downloaded {dld} package{?s} {.size ({bts})}",
if (bar$show_time) "in {.time {dt}}"
if (bar$show_time) " in {.time {dt}}"
)
)
} else {
Expand Down

0 comments on commit 1c33f01

Please sign in to comment.