Skip to content

Commit

Permalink
fix linting issue in default usethis::use_spell_check code
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrace committed Sep 12, 2024
1 parent 86f82d4 commit 386e20d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests/spelling.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
if(requireNamespace('spelling', quietly = TRUE))
spelling::spell_check_test(vignettes = TRUE, error = FALSE,
skip_on_cran = TRUE)
if (requireNamespace("spelling", quietly = TRUE)) {
spelling::spell_check_test(
vignettes = TRUE, error = FALSE,
skip_on_cran = TRUE
)
}

0 comments on commit 386e20d

Please sign in to comment.