Skip to content

Commit 2f1c112

Browse files
committed
style: Fix code style.
1 parent 48c75ff commit 2f1c112

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

inst/examples/Overlay.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ server <- function(id) {
3030
interactive = TRUE,
3131
H5("Analytical applications"),
3232
tags$p(
33-
"User interfaces that enable people to interact smoothly with data,",
34-
" ask better questions, and make better decisions."
33+
"User interfaces that enable people to interact smoothly with data,",
34+
" ask better questions, and make better decisions."
3535
),
3636
Button.shinyInput(
3737
inputId = ns("closeOverlay"),

inst/examples/Toast.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ ui <- function(id) {
2828
)
2929
),
3030
H3("Another toaster"),
31-
Button.shinyInput(
32-
inputId = ns("anotherToastDanger"),
33-
"Another danger",
34-
intent = "danger"
35-
),
31+
Button.shinyInput(
32+
inputId = ns("anotherToastDanger"),
33+
"Another danger",
34+
intent = "danger"
35+
),
3636
H3("Progress"),
3737
Button.shinyInput(
3838
inputId = ns("toastProgress"),

inst/examples/Tree.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ server <- function(id) {
121121
)
122122
})
123123

124-
output$info <- renderReact({
124+
output$info <- renderReact({
125125
UL(
126126
tags$li("Selected (id): ", input$click$id),
127127
tags$li("Selected (label): ", input$click$label)
128128
)
129-
})
129+
})
130130

131131
output$selected_nodes_list <- renderReact({
132132
UL(lapply(input$selected_nodes, function(node) tags$li(node)))

inst/examples/showcase/app.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ makeRouter <- function(items, routes) {
208208
href = "https://appsilon.github.io/shiny.react/",
209209
target = "_blank",
210210
img(
211-
class = "logo",
212-
src = "https://github.com/Appsilon/shiny.react/raw/master/man/figures/shiny-react.png" # nolint
211+
class = "logo",
212+
src = "https://github.com/Appsilon/shiny.react/raw/master/man/figures/shiny-react.png"
213213
)
214214
)
215215
),

0 commit comments

Comments
 (0)