Skip to content

Commit 871541d

Browse files
[skip style] [skip vbump] Restyle files
1 parent dd4f1b9 commit 871541d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

R/tm_outliers.R

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,8 +745,10 @@ srv_outliers <- function(id, data, outlier_var,
745745
})
746746
} else {
747747
msg <- "No categorical variable selected, summary table cannot be created."
748-
showNotification(msg, closeButton = FALSE, type = "warning",
749-
id = session$ns("no_summary_table"))
748+
showNotification(msg,
749+
closeButton = FALSE, type = "warning",
750+
id = session$ns("no_summary_table")
751+
)
750752
within(qenv, cat(msg), msg = msg)
751753
}
752754

0 commit comments

Comments
 (0)