Skip to content

Commit

Permalink
formatting commit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rogers-hub committed Dec 16, 2024
1 parent 64f9877 commit f57943b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/footer_dfe.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#' ),
#' tags$br(),
#' tags$br(),
#' footerDfe(full = TRUE)
#' footer_dfe(full = TRUE)
#' )
#'
#' server <- function(input, output, session) {
Expand All @@ -30,7 +30,7 @@
#'
#' shinyApp(ui = ui, server = server)
#' }
footerDfe <- function(full = FALSE) {
footer_dfe <- function(full = FALSE) {
govFooter <- shiny::tags$footer(

Check notice

Code scanning / lintr

Variable and function name style should match snake_case or symbols. Note

Variable and function name style should match snake_case or symbols.
class = "govuk-footer ",
role = "contentinfo",
Expand Down

0 comments on commit f57943b

Please sign in to comment.