Skip to content

Commit 69f7629

Browse files
updates trees.
This will create merge conflict with #119. Merge with strategy theirs.
1 parent 127f857 commit 69f7629

File tree

3 files changed

+189
-189
lines changed

3 files changed

+189
-189
lines changed

tests/testthat/indention_multiple/overall-in_tree

Lines changed: 79 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/testthat/indention_multiple/overall-out.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ a <- function(x) {
1414
}
1515
})
1616
# we like comments too
17-
c(list(x + 2),
17+
c(
18+
list(x + 2),
1819
c(c(
1920
26 ^ 2, # FIXME ^ operator has to be surrounded by one space (or none?!), never multiple
2021
8,

0 commit comments

Comments
 (0)