Skip to content

Commit

Permalink
lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
arnfinn committed Dec 2, 2024
1 parent 8efd6f0 commit 98d3d25
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion R/run_app.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
run_app <- function(browser = FALSE) {

rapbase::loggerSetup()
shiny::shinyApp(ui = app_ui, server = app_server, , options = list(launch.browser = browser))
shiny::shinyApp(
ui = app_ui,
server = app_server,
options = list(launch.browser = browser)
)
}

0 comments on commit 98d3d25

Please sign in to comment.