Skip to content

Commit

Permalink
styler
Browse files Browse the repository at this point in the history
  • Loading branch information
zsigmas committed Nov 22, 2024
1 parent 12eac83 commit fcc40c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/mod_hierarchical_count_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,8 @@ mod_hierarchical_count_table <- function(module_id,
table_dataset_disp,
pop_dataset_disp,
receiver_id = NULL
#,server_wrapper_func = identity
) {
# ,server_wrapper_func = identity # nolint
) {
if (!missing(table_dataset_name) && !missing(table_dataset_disp)) {
rlang::abort("`table_dataset_name` and `table_dataset_disp` cannot be used at the same time, use one or the other")
}
Expand Down

0 comments on commit fcc40c4

Please sign in to comment.