Skip to content

Commit

Permalink
delint
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Dec 7, 2023
1 parent 3ada1c6 commit 38bb576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-sprintf_linter.R
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,6 @@ test_that("lints vectorize", {
list("one argument not used by format", line_number = 2L),
list("too few arguments", line_number = 3L)
),
linter <- sprintf_linter()
sprintf_linter()
)
})

0 comments on commit 38bb576

Please sign in to comment.