Skip to content

Commit d9ec752

Browse files
committed
Style file
1 parent e0368b0 commit d9ec752

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/testthat/test-position-nudgestack.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ test_that("nudging works in both dimensions simultaneously", {
3939
expect_equal(data$y, 3:5)
4040
expect_equal(data$ymin, c(2, 2, 2))
4141
expect_equal(data$ymax, 3:5)
42-
4342
})
4443

4544
test_that("nudging works for discrete values correctly", {
@@ -111,4 +110,3 @@ test_that("position_nudgestack() can stack correctly when ymax is NA", {
111110
geom_point(position = position_nudgestack(x = 0.5))
112111
expect_equal(layer_data(p)$y, c(1, 2))
113112
})
114-

0 commit comments

Comments
 (0)