Skip to content

Commit

Permalink
Update print.R
Browse files Browse the repository at this point in the history
Took a guess, but thought this would add the space missing here.

 Downloaded 1 package (260.26 kB)in 1.5s    

Lmk if that is not the correct place.
  • Loading branch information
olivroy authored Sep 5, 2023
1 parent 3fb0d65 commit 1b6702e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/print.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ print_install_summary <- function(x) {
bytes <- prettyunits::pretty_bytes(dlbytes)
paste0(
", dld {downloaded}",
if (!is.na(bytes) && bytes != 0) " ({bytes})"
if (!is.na(bytes) && bytes != 0) " ({bytes}) "
)
} else {
""
Expand Down

0 comments on commit 1b6702e

Please sign in to comment.