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 Sep 13, 2024
1 parent 7d121e2 commit b8a1b8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/modules.R
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ module <- function(label = "module",
server_args = NULL,
ui_args = NULL,
transformers = list()) {

# argument checking (independent)
## `label`
checkmate::assert_string(label)
Expand Down Expand Up @@ -278,7 +277,7 @@ module <- function(label = "module",
# combined_datanames = "all" was returned only for cases where datanames = "all" & length(transformers) == 1.
combined_datanames <- if (identical(datanames, "all")) {
"all"
} else {
} else {
union(datanames, transformer_datanames)
}

Expand Down

0 comments on commit b8a1b8c

Please sign in to comment.