Skip to content

Commit 7edbdc0

Browse files
update tests
1 parent 2cf9143 commit 7edbdc0

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

tests/testthat/fun_dec/line_break_fun_dec-in.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ a <- function(x, #
1313

1414
a <- function(x, #
1515
y #
16-
) { # FIXME: Move to the same indention level as a
16+
) {
1717
y
1818
}

tests/testthat/fun_dec/line_break_fun_dec-in_tree

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

tests/testthat/fun_dec/line_break_fun_dec-out.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ a <- function(x, #
1212

1313
a <- function(x, #
1414
y #
15-
) { # FIXME: Move to the same indention level as a
15+
) {
1616
y
1717
}

tests/testthat/indention_operators/eq_formal_simple-out.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
abbbb <- function(x =
2-
22) {
2+
22) {
33
data_frame(
44
x =
55
long_long_long * x

0 commit comments

Comments
 (0)