Skip to content

Commit 36e147d

Browse files
committed
ugh lintr
1 parent 8f670b9 commit 36e147d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/tm_missing_data.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,10 +1376,10 @@ srv_missing_data <- function(id,
13761376
decorated_summary_plot_dims_q <- set_chunk_dims(pws1, decorated_summary_plot_q)
13771377

13781378
decorated_combination_plot_dims_q <- # nolint: object_length_linter.
1379-
set_chunk_dims(pws2, decorated_combination_plot_q)
1379+
set_chunk_dims(pws2, decorated_combination_plot_q)
13801380

13811381
decorated_by_subject_plot_dims_q <- # nolint: object_length_linter.
1382-
set_chunk_dims(pws3, decorated_by_subject_plot_q)
1382+
set_chunk_dims(pws3, decorated_by_subject_plot_q)
13831383

13841384
decorated_final_q <- reactive({
13851385
sum_type <- req(input$summary_type)

0 commit comments

Comments
 (0)