Skip to content

Commit 85de6fd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d00e1ab commit 85de6fd

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

R/DeconvExplorer.R

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -888,11 +888,12 @@ DeconvExplorer <- function(deconvexp_bulk = NULL,
888888

889889
# start the tour
890890
observeEvent(input$startTour, {
891-
tour_steps <- read.delim(system.file("extdata", "tour_intro.txt",
892-
package = "DeconvExplorer"
893-
),
894-
sep = ";", stringsAsFactors = FALSE,
895-
row.names = NULL, quote = ""
891+
tour_steps <- read.delim(
892+
system.file("extdata", "tour_intro.txt",
893+
package = "DeconvExplorer"
894+
),
895+
sep = ";", stringsAsFactors = FALSE,
896+
row.names = NULL, quote = ""
896897
)
897898
introjs(session, options = list(
898899
steps = tour_steps,

0 commit comments

Comments
 (0)