Skip to content

Commit 0cff7cd

Browse files
Remove whitespaces
1 parent f6f67e2 commit 0cff7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-geom-ribbon.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test_that("outline.type option works", {
3131
df <- data_frame(x = 1:4, y = c(1, 1, 1, 1))
3232

3333
p <- ggplot(df, aes(x, ymin = -y, ymax = y))
34-
34+
3535
g_ribbon_default <- layer_grob(p + geom_ribbon())[[1]]
3636
g_ribbon_upper <- layer_grob(p + geom_ribbon(outline.type = "upper"))[[1]]
3737
g_ribbon_legacy <- layer_grob(p + geom_ribbon(outline.type = "legacy"))[[1]]

0 commit comments

Comments
 (0)