Skip to content

Commit 3cb8e61

Browse files
committed
Fix style
1 parent 22faabd commit 3cb8e61

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

R/tm_outliers.R

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -738,9 +738,10 @@ srv_outliers <- function(id, data, outlier_var,
738738
categorical_var_name = as.name(categorical_var)
739739
)
740740
)
741-
) |> within({
742-
table <- rtables::df_to_tt(summary_data)
743-
table
741+
) |>
742+
within({
743+
table <- rtables::df_to_tt(summary_data)
744+
table
744745
})
745746
} else {
746747
msg <- "No categorical variable selected, summary table cannot be created."

0 commit comments

Comments
 (0)