Skip to content

Commit 1bed0b1

Browse files
committed
fix lintr
1 parent c162d7b commit 1bed0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/validate_inputs.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ any_names <- function(x) {
205205
#' @return `TRUE` or `shiny.silent.error` when condition is not met
206206
#'
207207
#' @keywords internal
208-
validate_input <- function(inputId,
208+
validate_input <- function(inputId, # nolint
209209
condition = function(x) TRUE,
210210
message = "",
211211
session = shiny::getDefaultReactiveDomain()) {

0 commit comments

Comments
 (0)