From bcc8ced477c7f29123f7fa71354180e3cc48f743 Mon Sep 17 00:00:00 2001 From: Kamil Zyla Date: Thu, 23 Jun 2022 14:46:16 +0200 Subject: [PATCH] style: Add missing newline --- inst/examples/components/HTMLSelect.R | 1 + man/HTMLSelect.Rd | 1 + 2 files changed, 2 insertions(+) diff --git a/inst/examples/components/HTMLSelect.R b/inst/examples/components/HTMLSelect.R index 1a69648..6c19eff 100644 --- a/inst/examples/components/HTMLSelect.R +++ b/inst/examples/components/HTMLSelect.R @@ -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( diff --git a/man/HTMLSelect.Rd b/man/HTMLSelect.Rd index 9d7ae00..9a91ee2 100644 --- a/man/HTMLSelect.Rd +++ b/man/HTMLSelect.Rd @@ -26,6 +26,7 @@ library(shiny) setInput <- function(inputId, accessor = NULL) { JS(paste0("x => Shiny.setInputValue('", inputId, "', x", accessor, ")")) } + ui <- function(id) { ns <- NS(id) tagList(