Skip to content

Commit

Permalink
chore: Remove redundant empty lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubnowicki committed Oct 25, 2023
1 parent e816ca5 commit 6f23a66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/tools.R
Expand Up @@ -316,7 +316,6 @@ lint_sass <- function(fix = FALSE) {
}
}


#' Run Cypress end-to-end tests
#'
#' Uses [Cypress](https://www.cypress.io/) to run end-to-end tests
Expand All @@ -342,7 +341,6 @@ lint_sass <- function(fix = FALSE) {
#' test_e2e()
#' }
#' @export

test_e2e <- function(interactive = FALSE) {
if (interactive) {
npm("run", "test-e2e-interactive")
Expand Down

0 comments on commit 6f23a66

Please sign in to comment.