Skip to content

Commit c7ff2b9

Browse files
[skip style] [skip vbump] Restyle files
1 parent 0de838e commit c7ff2b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/test-utils-get_code_dependency.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ testthat::describe("get_code with multiple assignments inside an expression", {
7575
td <- qenv() |>
7676
within({
7777
for (i in 1:10) {
78-
iris -> var1 # nolint: assignment.
79-
mtcars -> var2 # nolint: assignment.
78+
iris -> var1 # nolint: assignment.
79+
mtcars -> var2 # nolint: assignment.
8080
}
8181
})
8282

0 commit comments

Comments
 (0)