Skip to content

Commit

Permalink
delint
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Nov 16, 2023
1 parent e25755b commit c76e268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/library_call_linter.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#' linters = library_call_linter()
#' )
#'
#' code <- '# comment\nlibrary(dplyr)'
#' code <- "# comment\nlibrary(dplyr)"
#' lint(
#' text = code,
#' linters = library_call_linter()
Expand Down
2 changes: 1 addition & 1 deletion man/library_call_linter.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c76e268

Please sign in to comment.