Skip to content

Commit 141e14f

Browse files
[skip style] [skip vbump] Restyle files
1 parent 06bb551 commit 141e14f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/testthat/test-qenv_get_code.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,7 @@ testthat::describe("get_code for specific names", {
290290
)
291291
}
292292
)
293-
testthat::it("doesn't consider function called on the lhs as a dependent in this call (dependency in further calls)",
294-
{
293+
testthat::it("doesn't consider function called on the lhs as a dependent in this call (dependency in further calls)", {
295294
code <- c(
296295
"object_list <- list(x = iris, y = iris)",
297296
"object_list_2 <- list(x = mtcars, y = mtcars)",

0 commit comments

Comments
 (0)