Skip to content

Commit e466d14

Browse files
committed
style: change decorators to a new line
1 parent 105066e commit e466d14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/tm_g_scatterplotmatrix.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ srv_g_scatterplotmatrix <- function(id,
289289
filter_panel_api,
290290
variables,
291291
plot_height,
292-
plot_width, decorators) {
292+
plot_width,
293+
decorators) {
293294
with_reporter <- !missing(reporter) && inherits(reporter, "Reporter")
294295
with_filter <- !missing(filter_panel_api) && inherits(filter_panel_api, "FilterPanelAPI")
295296
checkmate::assert_class(data, "reactive")

0 commit comments

Comments
 (0)