From 1c85075b790b514aef6332df97f1c925273c2bf3 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:43:39 +0000 Subject: [PATCH] [skip actions] Restyle files --- R/tm_landing_popup.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/tm_landing_popup.R b/R/tm_landing_popup.R index d588ed455..f83de6f62 100644 --- a/R/tm_landing_popup.R +++ b/R/tm_landing_popup.R @@ -47,7 +47,8 @@ landing_popup <- function(title = NULL, content = NULL, buttons = modalButton("Accept")) { checkmate::assert_string(title, null.ok = TRUE) checkmate::assert_multi_class( - content, classes = c("character", "shiny.tag", "shiny.tag.list", "html"), null.ok = TRUE + content, + classes = c("character", "shiny.tag", "shiny.tag.list", "html"), null.ok = TRUE ) checkmate::assert_multi_class(buttons, classes = c("shiny.tag", "shiny.tag.list"), null.ok = TRUE)