Skip to content

Commit

Permalink
chore: decorators default argument is empty list
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Nov 21, 2024
1 parent 7e1cead commit 8ddd9fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/tm_g_distribution.R
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ tm_g_distribution <- function(label = "Distribution Module",
plot_width = NULL,
pre_output = NULL,
post_output = NULL,
decorators = list(default = teal_transform_module())) {
decorators = list()) {
message("Initializing tm_g_distribution")

# Requires Suggested packages
Expand Down
2 changes: 1 addition & 1 deletion man/tm_g_distribution.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/tm_outliers.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ddd9fd

Please sign in to comment.