Skip to content

Commit 88e6ee4

Browse files
[skip style] [skip vbump] Restyle files
1 parent 3538a2c commit 88e6ee4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

R/tm_a_regression.R

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,12 +1031,12 @@ srv_a_regression <- function(id,
10311031
### REPORTER
10321032
card_fun <- reactive({
10331033
req(plot_r(), source_code_r())
1034-
function() {
1035-
card <- teal.reporter::report_document()
1036-
card <- c(card, c(list("## Plot")))
1037-
# card <- c(card, c(list("## Plot"), list(plot_r())))
1038-
# card <- c(card, list(source_code_r()))
1039-
card
1034+
function() {
1035+
card <- teal.reporter::report_document()
1036+
card <- c(card, c(list("## Plot")))
1037+
# card <- c(card, c(list("## Plot"), list(plot_r())))
1038+
# card <- c(card, list(source_code_r()))
1039+
card
10401040
}
10411041
})
10421042
###

0 commit comments

Comments
 (0)