From 7a5418567923289d7bda2a392149179d879cedc6 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:55:32 +0000 Subject: [PATCH] [skip actions] Restyle files --- R/tm_landing_popup.R | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/R/tm_landing_popup.R b/R/tm_landing_popup.R index 267438a26..3ff1e0c03 100644 --- a/R/tm_landing_popup.R +++ b/R/tm_landing_popup.R @@ -50,12 +50,10 @@ #' #' @export tm_landing_popup <- - function( - label = "Landing Popup", - title = NULL, - content = NULL, - buttons = modalButton("Accept") - ) { + function(label = "Landing Popup", + title = NULL, + content = NULL, + buttons = modalButton("Accept")) { checkmate::assert_string(label) checkmate::assert_string(title, null.ok = TRUE) checkmate::assert_multi_class(