Skip to content

Commit

Permalink
style: change decorators to a new line
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Nov 22, 2024
1 parent 105066e commit e466d14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/tm_g_scatterplotmatrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@ srv_g_scatterplotmatrix <- function(id,
filter_panel_api,
variables,
plot_height,
plot_width, decorators) {
plot_width,
decorators) {
with_reporter <- !missing(reporter) && inherits(reporter, "Reporter")
with_filter <- !missing(filter_panel_api) && inherits(filter_panel_api, "FilterPanelAPI")
checkmate::assert_class(data, "reactive")
Expand Down

0 comments on commit e466d14

Please sign in to comment.