Skip to content

Commit 55d6aa4

Browse files
committed
chore: lint package
1 parent ce67263 commit 55d6aa4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

R/tm_t_crosstable.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,9 @@ ui_t_crosstable <- function(id, x, y, show_percentage, show_total, remove_zero_c
275275
}
276276

277277
# Server function for the cross-table module
278-
srv_t_crosstable <- function(id, data, reporter, filter_panel_api, label, x, y, remove_zero_columns, basic_table_args, decorators) {
278+
srv_t_crosstable <- function(
279+
id, data, reporter, filter_panel_api, label, x, y,
280+
remove_zero_columns, basic_table_args, decorators) {
279281
with_reporter <- !missing(reporter) && inherits(reporter, "Reporter")
280282
with_filter <- !missing(filter_panel_api) && inherits(filter_panel_api, "FilterPanelAPI")
281283
checkmate::assert_class(data, "reactive")

0 commit comments

Comments
 (0)