Skip to content

Commit

Permalink
[skip actions] Restyle files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 16, 2023
1 parent ffcebac commit 7a54185
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions R/tm_landing_popup.R
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 7a54185

Please sign in to comment.