Skip to content

Commit 1ee8932

Browse files
[skip style] [skip vbump] Restyle files
1 parent f071e6c commit 1ee8932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/table_with_settings.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@ type_download_srv_table <- function(id, table_reactive) {
345345
# Pagination warning only applies to rtables
346346
if (
347347
inherits(table_obj, c("ElementaryTable", "TableTree")) &&
348-
input$file_format != ".csv" &&
349-
input$pagination_switch
348+
input$file_format != ".csv" &&
349+
input$pagination_switch
350350
) {
351351
catch_warning <- try(rtables::paginate_table(
352352
tt = table_obj,

0 commit comments

Comments
 (0)