Skip to content

Commit

Permalink
trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Apr 18, 2024
1 parent d8cb2dc commit 93a3d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/paste_linter.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#' text = 'paste0("http://site.com/", path)',
#' linters = paste_linter(allow_file_path = "never")
#' )
#'
#'
#' lint(
#' text = 'paste0(x, collapse = "")',
#' linters = paste_linter()
Expand Down Expand Up @@ -103,7 +103,7 @@
#' text = 'paste0("http://site.com/", path)',
#' linters = paste_linter()
#' )
#'
#'
#' lint(
#' text = 'paste(x, collapse = "")',
#' linters = paste_linter()
Expand Down

0 comments on commit 93a3d0c

Please sign in to comment.