From 21ef0c24acdd173f766f1665e67120fa31b982de Mon Sep 17 00:00:00 2001 From: Russ Hyde Date: Thu, 14 Mar 2024 14:47:19 +0000 Subject: [PATCH] refac: style the code that imports the about.md page --- R/app_ui.R | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/R/app_ui.R b/R/app_ui.R index 2148829..f60fae9 100644 --- a/R/app_ui.R +++ b/R/app_ui.R @@ -88,10 +88,9 @@ app_ui = function(request) { # about page shiny::tabPanel( title = "About", - shiny::includeMarkdown(system.file("app", "www", "content", "about.md", - package = "tfpbrowser", - mustWork = TRUE - )) + shiny::includeMarkdown( + system.file("app", "www", "content", "about.md", package = "tfpbrowser", mustWork = TRUE) + ) ) ) # end navbar page ) # end tag list