Skip to content

Commit

Permalink
Fix misc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikunterwegs committed Oct 10, 2024
1 parent 58dff41 commit 3362706
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion R/class_infection.R
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ print.daedalus_infection <- function(x, ...) {
format.daedalus_infection <- function(x, ...) {
chkDots(...)

# NOTE: rough implementations, better scaling e.g. to millions could be added
cli::cli_text("{.cls {class(x)}}")
divid <- cli::cli_div(theme = list(.val = list(digits = 3)))
cli::cli_bullets(
Expand Down
1 change: 0 additions & 1 deletion R/class_vaccination.R
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ print.daedalus_vaccination <- function(x, ...) {
format.daedalus_vaccination <- function(x, ...) {
chkDots(...)

# NOTE: rough implementations, better scaling e.g. to millions could be added
cli::cli_text("{.cls {class(x)}}")
cli::cli_text(
"Advance vaccine investment: {cli::style_bold(x$name)}"
Expand Down

0 comments on commit 3362706

Please sign in to comment.