Skip to content

Commit

Permalink
Update plot_with_settings.R (#224)
Browse files Browse the repository at this point in the history
follow-up on review comment
#223 (comment)

Signed-off-by: Pawel Rucki <[email protected]>
  • Loading branch information
pawelru authored Feb 14, 2024
1 parent 81d0136 commit 225c45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot_with_settings.R
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ type_download_srv <- function(id, plot_reactive, plot_type, plot_w, default_w, p
#' @return A dataframe of selected rows.
#' @export
#'
clean_brushedPoints <- function(data, brush) { # nolint object_name_linter
clean_brushedPoints <- function(data, brush) { # nolint object_name_linter.
checkmate::assert_data_frame(data)
checkmate::assert_list(brush, null.ok = TRUE)

Expand Down

0 comments on commit 225c45a

Please sign in to comment.