Skip to content

Commit ba738b9

Browse files
committed
add space to the end of test
1 parent 31a1ef6 commit ba738b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-ggplot-coord.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ test_that("coord_fixed() is translated to the right height-width ratio", {
4949
y_range <- range(built[[2]]$ranges[[1]]$y.major_source, na.rm = TRUE)
5050
yx_ratio <- (y_range[2] - y_range[1]) / (x_range[2] - x_range[1])
5151
expect_identical(la$height/la$width, yx_ratio * p$coordinates$ratio)
52-
})
52+
})

0 commit comments

Comments
 (0)