Skip to content

Commit 1a40f0f

Browse files
committed
Styler changes
1 parent 60f9544 commit 1a40f0f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

R/tm_front_page.R

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ tm_front_page <- function(label = "Front page",
8989
with = "tm_front_page(datanames)",
9090
details = c(
9191
"With `datanames` you can select which datasets are displayed.",
92-
i = "Use `tm_front_page(datanames = 'all')` to keep the previous behavior and avoid this warning.")
92+
i = "Use `tm_front_page(datanames = 'all')` to keep the previous behavior and avoid this warning."
93+
)
9394
)
9495
}
9596
checkmate::assert_character(datanames,
@@ -143,7 +144,8 @@ ui_front_page <- function(id, ...) {
143144
id = "front_page_metabutton",
144145
class = "m-4",
145146
actionButton(ns("metadata_button"), "Show metadata")
146-
)},
147+
)
148+
},
147149
tags$footer(
148150
class = ".small",
149151
get_footer_tags(args$footnotes)

R/tm_variable_browser.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ tm_variable_browser <- function(label = "Variable Browser",
109109
with = "tm_variable_browser(datanames)",
110110
details = c(
111111
"If both `datasets_selected` and `datanames` are set `datasets_selected` will be silently ignored.",
112-
i = 'Use `tm_variable_browser(datanames = "all")` to keep the previous behavior and avoid this warning.')
112+
i = 'Use `tm_variable_browser(datanames = "all")` to keep the previous behavior and avoid this warning.'
113+
)
113114
)
114115
}
115116
checkmate::assert_character(datanames, min.len = 0, min.chars = 1, null.ok = TRUE)

0 commit comments

Comments
 (0)