Skip to content

Commit

Permalink
remove indent from format.teal_module
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr committed Nov 14, 2024
1 parent 41fd9d7 commit cc1f7be
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 @@ -343,7 +343,7 @@ modules <- function(..., label = "root") {
#' cat(format(mod))
#' @export
format.teal_module <- function(
x, indent = 0, is_last = FALSE, parent_prefix = "",
x, is_last = FALSE, parent_prefix = "",
what = c("datasets", "properties", "ui_args", "server_args", "transforms"), ...) {
empty_text <- ""
branch <- if (is_last) "L-" else "|-"
Expand Down

0 comments on commit cc1f7be

Please sign in to comment.