Skip to content

Commit

Permalink
unused arg
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Nov 29, 2024
1 parent 0a410a5 commit 95d3a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_agent_report.R
Original file line number Diff line number Diff line change
Expand Up @@ -1668,7 +1668,7 @@ get_agent_report <- function(
) %>%
gt::fmt_integer(
columns = c("units", "n_pass", "n_fail", "f_pass", "f_fail"),
drop_trailing_zeros = TRUE, suffixing = TRUE
suffixing = TRUE
) %>%
gt::fmt_number(
columns = c("f_pass", "f_fail"),
Expand Down

0 comments on commit 95d3a8a

Please sign in to comment.