Skip to content

Commit

Permalink
mnt: Add terminal new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
MEO265 committed Nov 10, 2023
1 parent 067a33d commit 94955ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/return_linter.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ return_linter <- function(use_implicit_returns = TRUE) {
)

})
}
}
2 changes: 1 addition & 1 deletion tests/testthat/test-return_linter.R
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,4 @@ test_that("Do not lint stop on end of function", {
NULL,
return_linter(use_implicit_returns = FALSE)
)
})
})

0 comments on commit 94955ed

Please sign in to comment.