Skip to content

Commit

Permalink
Update R/dummy_functions.R
Browse files Browse the repository at this point in the history
Co-authored-by: Pawel Rucki <[email protected]>
Signed-off-by: Marcin <[email protected]>
  • Loading branch information
m7pr and pawelru authored Nov 14, 2024
1 parent 31aa2d2 commit ceb97ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/dummy_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
#' shinyApp(app$ui, app$server)
#' }
#' @export
example_module <- function(label = "example teal module", datanames = "all", transformators = list(),
example_module <- function(label = "example teal module",

Check warning on line 22 in R/dummy_functions.R

View workflow job for this annotation

GitHub Actions / SuperLinter 🦸‍♀️ / Lint R code 🧶

file=R/dummy_functions.R,line=22,col=58,[trailing_whitespace_linter] Trailing whitespace is superfluous.
datanames = "all",

Check warning on line 23 in R/dummy_functions.R

View workflow job for this annotation

GitHub Actions / SuperLinter 🦸‍♀️ / Lint R code 🧶

file=R/dummy_functions.R,line=23,col=46,[trailing_whitespace_linter] Trailing whitespace is superfluous.
transformators = list(),
decorators = teal_transform_module()) {
checkmate::assert_string(label)
ans <- module(
Expand Down

0 comments on commit ceb97ff

Please sign in to comment.