Skip to content

Commit

Permalink
[skip style] [skip vbump] Restyle files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 11, 2024
1 parent b09ff42 commit ac475e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/teal_transform_module.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@
#' moduleServer(id, function(input, output, session) {
#' reactive({
#' within(data(),
#' {
#' iris <- iris[, 1:n_cols]
#' },
#' n_cols = input$n_cols
#' {
#' iris <- iris[, 1:n_cols]
#' },
#' n_cols = input$n_cols
#' )
#' })
#' })
Expand Down

0 comments on commit ac475e8

Please sign in to comment.