Skip to content

Commit

Permalink
styler
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Jul 1, 2022
1 parent 63ffd3c commit 7d1c209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/modules.R
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ module <- function(label = "module",
server_formals <- names(formals(server))
if (!(
"id" %in% server_formals ||
all(c("input", "output", "session") %in% server_formals)
all(c("input", "output", "session") %in% server_formals)
)) {
stop(
"\nmodule() `server` argument requires a function with following arguments:",
Expand Down

0 comments on commit 7d1c209

Please sign in to comment.