Skip to content

Commit

Permalink
delint
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Jan 15, 2025
1 parent 6e8ea5f commit 9497d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-pipe_continuation_linter.R
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ test_that("pipe-continuation linter handles native pipe", {

local({
linter <- pipe_continuation_linter()
.cases = tibble::tribble(
.cases <- tibble::tribble(
~code_string, ~.test_name,
trim_some("
my_fun <- function() {
Expand Down

0 comments on commit 9497d28

Please sign in to comment.