Skip to content

Commit

Permalink
eof
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Sep 25, 2021
1 parent bfcc429 commit 1ec967f
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tests/testthat/**/*_tree linguist-generated=true
tests/testthat/**/*_tree linguist-generated=true
1 change: 0 additions & 1 deletion tests/testthat/indention_multiple/edge_strict_random-in.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@
{
c("x", "y", "z", "sin(x)")
}

1 change: 0 additions & 1 deletion tests/testthat/indention_operators/plus_minus-in.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
5

1 + 1

Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
1 +
2 + (
3 + 4)

Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ TRUE)NULL else if(FALSE)NULL else NULL

if # comment
(TRUE)NULL else if(FALSE)NULL else NULL

Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ TRUE)NULL else if(FALSE)NULL else NULL

if # comment
(TRUE)NULL else if(FALSE)NULL else NULL

Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ if( # comment
TRUE)NULL

if # comment
(TRUE)NULL
(TRUE)NULL
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ a <- 2
#' @importFrom purrr partial
#' @export
a <- call;

Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ a <- 2
#' @importFrom purrr partial
#' @export
a <- call

1 change: 0 additions & 1 deletion tests/testthat/serialize_tests/correct-in.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
1
2
3

1 change: 0 additions & 1 deletion tests/testthat/serialize_tests/correct-out.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
1
2
3

1 change: 0 additions & 1 deletion tests/testthat/stylerignore/simple-in.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ more_calls(with(arguments))
# styler: off
1 + 1
a(!b)

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
1 %x% y
1 %>% x
1 %s% 1

1 change: 0 additions & 1 deletion vignettes/caching.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,3 @@ changes introduced here:

For more detailed explanation and documentation, please consult the help files
of the internals.

0 comments on commit 1ec967f

Please sign in to comment.