Skip to content

Commit 6fc9beb

Browse files
[skip style] [skip vbump] Restyle files
1 parent 229def2 commit 6fc9beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_a_pca.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ srv_a_pca <- function(id, data, dat, plot_height, plot_width, ggplot2_args, deco
437437
obj <- data()
438438
teal.reporter::teal_card(obj) <- append(teal.reporter::teal_card(obj), "# Principal Component Analysis", after = 0)
439439
teal.reporter::teal_card(obj) <- c(
440-
teal.reporter::teal_card(obj),
440+
teal.reporter::teal_card(obj),
441441
"## Module's code"
442442
)
443443
teal.code::eval_code(obj, 'library("ggplot2");library("dplyr");library("tidyr")') # nolint: quotes.

0 commit comments

Comments
 (0)