Skip to content

Commit ea51289

Browse files
[skip style] [skip vbump] Restyle files
1 parent 3c9b4d3 commit ea51289

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

R/tm_missing_data.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,8 +1112,9 @@ srv_missing_data <- function(id,
11121112
}
11131113

11141114
qenv <- if (!is.null(group_var)) {
1115-
common_code_libraries_q <- teal.code::eval_code(common_code_q(),
1116-
'library("forcats");library("glue");library("rlistings")' # nolint quotes
1115+
common_code_libraries_q <- teal.code::eval_code(
1116+
common_code_q(),
1117+
'library("forcats");library("glue");library("rlistings")' # nolint quotes
11171118
)
11181119
teal.code::eval_code(
11191120
common_code_libraries_q,

R/tm_outliers.R

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -439,10 +439,13 @@ srv_outliers <- function(id, data, reporter, filter_panel_api, outlier_var,
439439

440440
anl_merged_q <- reactive({
441441
req(anl_merged_input())
442-
teal.code::eval_code(data(),
443-
paste0(
444-
'library("dplyr");library("tidyr");', # nolint quotes
445-
'library("tibble");library("ggplot2");library("rlistings")')) %>% # nolint quotes
442+
teal.code::eval_code(
443+
data(),
444+
paste0(
445+
'library("dplyr");library("tidyr");', # nolint quotes
446+
'library("tibble");library("ggplot2");library("rlistings")'
447+
)
448+
) %>% # nolint quotes
446449
teal.code::eval_code(as.expression(anl_merged_input()$expr))
447450
})
448451

0 commit comments

Comments
 (0)