From fcc40c4a8fbc3a613959372c29aa5f89b35ae269 Mon Sep 17 00:00:00 2001 From: Luis Moris Fernandez Date: Fri, 22 Nov 2024 14:08:52 +0100 Subject: [PATCH] styler --- R/mod_hierarchical_count_table.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/mod_hierarchical_count_table.R b/R/mod_hierarchical_count_table.R index 413f12a..d28c732 100644 --- a/R/mod_hierarchical_count_table.R +++ b/R/mod_hierarchical_count_table.R @@ -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") }