Skip to content

Commit 9581fee

Browse files
committed
chore: remove redundant line breaks
1 parent 9d55fe0 commit 9581fee

13 files changed

+0
-13
lines changed

R/tm_a_pca.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ ui_a_pca <- function(id, ...) {
236236
encoding = tags$div(
237237
### Reporter
238238
teal.reporter::add_card_button_ui(ns("add_reporter"), label = "Add Report Card"),
239-
tags$br(), tags$br(),
240239
###
241240
tags$label("Encodings", class = "text-primary"),
242241
teal.transform::datanames_input(args["dat"]),

R/tm_a_regression.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ ui_a_regression <- function(id, ...) {
287287
encoding = tags$div(
288288
### Reporter
289289
teal.reporter::add_card_button_ui(ns("add_reporter"), label = "Add Report Card"),
290-
tags$br(), tags$br(),
291290
###
292291
tags$label("Encodings", class = "text-primary"), tags$br(),
293292
teal.transform::datanames_input(args[c("response", "regressor")]),

R/tm_data_table.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ ui_page_data_table <- function(id, pre_output = NULL, post_output = NULL) {
158158
ns <- NS(id)
159159

160160
tagList(
161-
include_css_files("custom"),
162161
teal.widgets::standard_layout(
163162
output = teal.widgets::white_small_well(
164163
bslib::page_fluid(

R/tm_g_association.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ ui_tm_g_association <- function(id, ...) {
234234
encoding = tags$div(
235235
### Reporter
236236
teal.reporter::add_card_button_ui(ns("add_reporter"), label = "Add Report Card"),
237-
tags$br(), tags$br(),
238237
###
239238
tags$label("Encodings", class = "text-primary"),
240239
teal.transform::datanames_input(args[c("ref", "vars")]),

R/tm_g_bivariate.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ ui_g_bivariate <- function(id, ...) {
341341
encoding = tags$div(
342342
### Reporter
343343
teal.reporter::add_card_button_ui(ns("add_reporter"), label = "Add Report Card"),
344-
tags$br(), tags$br(),
345344
###
346345
tags$label("Encodings", class = "text-primary"),
347346
teal.transform::datanames_input(args[c("x", "y", "row_facet", "col_facet", "color", "fill", "size")]),

R/tm_g_distribution.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ ui_distribution <- function(id, ...) {
260260
encoding = tags$div(
261261
### Reporter
262262
teal.reporter::add_card_button_ui(ns("add_reporter"), label = "Add Report Card"),
263-
tags$br(), tags$br(),
264263
###
265264
tags$label("Encodings", class = "text-primary"),
266265
teal.transform::datanames_input(args[c("dist_var", "strata_var")]),

R/tm_g_response.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ ui_g_response <- function(id, ...) {
265265
encoding = tags$div(
266266
### Reporter
267267
teal.reporter::add_card_button_ui(ns("add_reporter"), label = "Add Report Card"),
268-
tags$br(), tags$br(),
269268
###
270269
tags$label("Encodings", class = "text-primary"),
271270
teal.transform::datanames_input(args[c("response", "x", "row_facet", "col_facet")]),

R/tm_g_scatterplot.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@ ui_g_scatterplot <- function(id, ...) {
372372
encoding = tags$div(
373373
### Reporter
374374
teal.reporter::add_card_button_ui(ns("add_reporter"), label = "Add Report Card"),
375-
tags$br(), tags$br(),
376375
###
377376
tags$label("Encodings", class = "text-primary"),
378377
teal.transform::datanames_input(args[c("x", "y", "color_by", "size_by", "row_facet", "col_facet")]),

R/tm_g_scatterplotmatrix.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ ui_g_scatterplotmatrix <- function(id, ...) {
253253
encoding = tags$div(
254254
### Reporter
255255
teal.reporter::add_card_button_ui(ns("add_reporter"), label = "Add Report Card"),
256-
tags$br(), tags$br(),
257256
###
258257
tags$label("Encodings", class = "text-primary"),
259258
teal.transform::datanames_input(args$variables),

R/tm_missing_data.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ encoding_missing_data <- function(id, summary_per_patient = FALSE, ggtheme, data
361361
tagList(
362362
### Reporter
363363
teal.reporter::add_card_button_ui(ns("add_reporter"), label = "Add Report Card"),
364-
tags$br(), tags$br(),
365364
###
366365
tags$label("Encodings", class = "text-primary"),
367366
helpText(

0 commit comments

Comments
 (0)