Skip to content

Commit 9b72efe

Browse files
committed
remove lint
1 parent 4f92a33 commit 9b72efe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/test-linter_box_function_import_count_linter.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ test_that("box_func_import_count_linter resepect # nolint", {
8383
max <- 3
8484
linter <- box_func_import_count_linter(max = max)
8585
lint_msg <- lint_message(max)
86-
86+
8787
lintr::expect_lint(no_lint, NULL, linter)
8888
lintr::expect_lint(no_lint_inline, NULL, linter)
89-
})
89+
})

0 commit comments

Comments
 (0)