Skip to content

Commit 0bbce3a

Browse files
committed
Remove trailing commas
Merge branch '821_select_datanames@main' of https://github.com/insightsengineering/teal.modules.general into 821_select_datanames@main # Conflicts: # man/tm_front_page.Rd
2 parents 24537f3 + f23555d commit 0bbce3a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

R/tm_front_page.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
#' ),
5252
#' tables = table_input,
5353
#' additional_tags = HTML("Additional HTML or shiny tags go here <br>"),
54-
#' footnotes = c("X" = "is the first footnote", "Y is the second footnote"),
54+
#' footnotes = c("X" = "is the first footnote", "Y is the second footnote")
5555
#' )
5656
#' ),
5757
#' header = tags$h1("Sample Application"),
58-
#' footer = tags$p("Application footer"),
58+
#' footer = tags$p("Application footer")
5959
#' )
6060
#'
6161
#' if (interactive()) {

man/tm_front_page.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)