Skip to content

Commit

Permalink
style: Add missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilzyla committed Jun 23, 2022
1 parent b9f4f5a commit bcc8ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions inst/examples/components/HTMLSelect.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ library(shiny)
setInput <- function(inputId, accessor = NULL) {
JS(paste0("x => Shiny.setInputValue('", inputId, "', x", accessor, ")"))
}

ui <- function(id) {
ns <- NS(id)
tagList(
Expand Down
1 change: 1 addition & 0 deletions man/HTMLSelect.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bcc8ced

Please sign in to comment.