Skip to content

Commit 6bf7413

Browse files
[skip style] [skip vbump] Restyle files
1 parent 3d435bd commit 6bf7413

6 files changed

+6
-6
lines changed

R/tm_g_gh_boxplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ srv_g_boxplot <- function(id,
420420
}
421421

422422
obj <- anl_q()$qenv
423-
teal.reporter::teal_card(obj) <-
423+
teal.reporter::teal_card(obj) <-
424424
c(
425425
teal.reporter::teal_card("# Box Plot"),
426426
teal.reporter::teal_card(obj),

R/tm_g_gh_correlationplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ srv_g_correlationplot <- function(id,
771771
trt_group <- input$trt_group
772772

773773
obj <- plot_data_transpose()$qenv
774-
teal.reporter::teal_card(obj) <-
774+
teal.reporter::teal_card(obj) <-
775775
c(
776776
teal.reporter::teal_card("# Correlation Plot"),
777777
teal.reporter::teal_card(obj),

R/tm_g_gh_density_distribution_plot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ srv_g_density_distribution_plot <- function(id, # nolint
336336

337337

338338
obj <- anl_q()$qenv
339-
teal.reporter::teal_card(obj) <-
339+
teal.reporter::teal_card(obj) <-
340340
c(
341341
teal.reporter::teal_card("# Density Distribution Plot"),
342342
teal.reporter::teal_card(obj),

R/tm_g_gh_lineplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ srv_lineplot <- function(id,
712712
hline_arb_color <- horizontal_line()$line_arb_color
713713

714714
obj <- private_qenv
715-
teal.reporter::teal_card(obj) <-
715+
teal.reporter::teal_card(obj) <-
716716
c(
717717
teal.reporter::teal_card("# Line Plot"),
718718
teal.reporter::teal_card(obj),

R/tm_g_gh_scatterplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ srv_g_scatterplot <- function(id,
330330

331331
# nolint end
332332
obj <- anl_q()$qenv
333-
teal.reporter::teal_card(obj) <-
333+
teal.reporter::teal_card(obj) <-
334334
c(
335335
teal.reporter::teal_card("# Scatter Plot"),
336336
teal.reporter::teal_card(obj),

R/tm_g_gh_spaghettiplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ srv_g_spaghettiplot <- function(id,
474474
}
475475

476476
obj <- private_qenv
477-
teal.reporter::teal_card(obj) <-
477+
teal.reporter::teal_card(obj) <-
478478
c(
479479
teal.reporter::teal_card("# Spaghetti Plot"),
480480
teal.reporter::teal_card(obj),

0 commit comments

Comments
 (0)