Skip to content

Commit 0600cc8

Browse files
authored
remove trailing ws
1 parent 8f1262a commit 0600cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-object_usage_linter.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ test_that("NSE-ish symbols after $/@ are ignored as sources for lints", {
747747
message = "no visible binding for global variable 'column'",
748748
line_number = 4L,
749749
column_number = 22L
750-
),
750+
),
751751
object_usage_linter()
752752
)
753753
})

0 commit comments

Comments
 (0)