Skip to content

Commit 8ddd9fd

Browse files
committed
chore: decorators default argument is empty list
1 parent 7e1cead commit 8ddd9fd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

R/tm_g_distribution.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ tm_g_distribution <- function(label = "Distribution Module",
132132
plot_width = NULL,
133133
pre_output = NULL,
134134
post_output = NULL,
135-
decorators = list(default = teal_transform_module())) {
135+
decorators = list()) {
136136
message("Initializing tm_g_distribution")
137137

138138
# Requires Suggested packages

man/tm_g_distribution.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/tm_outliers.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)