Skip to content

Commit 5705339

Browse files
another test
1 parent 35cd8a9 commit 5705339

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testthat/line_breaks_and_other/ggplot2-in.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ ggplot(data = mtcars, mapping = aes(x = mpg, y = vs)) +
2626
ggplot(data = mtcars, mapping = aes(x = mpg, y = vs)) + ggplot2::geom_point() + g() # comment
2727

2828

29+
2930
# add when comment
3031
ggplot(data = mtcars, mapping = aes(x = mpg, y = vs)) +
3132
ggplot2::geom_point() + g() + geom_oint() # comment

0 commit comments

Comments
 (0)