Skip to content

Commit 9f9a665

Browse files
committed
fix indentation
1 parent f75a8b7 commit 9f9a665

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

R/tm_g_distribution.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ srv_distribution <- function(id,
12741274
q_common <- common_q()
12751275
teal.reporter::teal_card(q_common) <- c(
12761276
teal.reporter::teal_card(q_common),
1277-
"## Statistics table"
1277+
"### Statistics table"
12781278
)
12791279
if (iv_r()$is_valid()) {
12801280
within(q_common, {
@@ -1294,7 +1294,7 @@ srv_distribution <- function(id,
12941294
q_common <- common_q()
12951295
teal.reporter::teal_card(q_common) <- c(
12961296
teal.reporter::teal_card(q_common),
1297-
"## Distribution Tests table"
1297+
"### Distribution Tests table"
12981298
)
12991299
if (inherits(test_q_out, c("try-error", "error"))) {
13001300
within(

R/tm_t_crosstable.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ srv_t_crosstable <- function(id, data, label, x, y, remove_zero_columns, basic_t
386386
)
387387

388388
obj <- merged$anl_q_r()
389-
teal.reporter::teal_card(obj) <- c(teal.reporter::teal_card(obj), "# Table")
389+
teal.reporter::teal_card(obj) <- c(teal.reporter::teal_card(obj), "### Table")
390390
obj <- teal.code::eval_code(
391391
obj,
392392
substitute(

0 commit comments

Comments
 (0)