Skip to content

Commit

Permalink
fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
maxheld83 committed Oct 10, 2024
1 parent 41cd4bf commit df8a603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/shiny2screenshot.R
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ get_screenshot_from_app <- function(appDir,
glue::glue(
"The screenshot could not be generated.",
"Please check the logs for errors.",
sep = " "
.sep = " "
)
},
quiet = FALSE
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/shiny2screenshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
Code
suppressMessages(get_screenshot_from_app(counter_button_app(), name = "does_not_exist"))
Output
The screenshot could not be generated.Please check the logs for errors.
The screenshot could not be generated. Please check the logs for errors.

0 comments on commit df8a603

Please sign in to comment.