Skip to content

Commit ffc47fd

Browse files
committed
Remove unnecessary glue() call
1 parent c81fae3 commit ffc47fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/sprintf_linter.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
#' @seealso [linters] for a complete list of linters available in lintr.
3333
#' @export
3434
sprintf_linter <- function() {
35-
call_xpath <- glue::glue("
35+
call_xpath <- "
3636
parent::expr[
3737
not(expr/SYMBOL[text() = '...'])
38-
]")
38+
]"
3939

4040
pipes <- setdiff(magrittr_pipes, "%$%")
4141
in_pipe_xpath <- glue("self::expr[

0 commit comments

Comments
 (0)