tests/testthat/line_breaks_fun_call/unindent-out.R

test_that(key(
  s
), x = 1)

test_that(
  key(
    s
  ),
  x = 1
)


test_that(key(
  s
), x = 1)


test_that(
  key(s),
  x = 1
)
krlmlr/styler documentation built on April 24, 2024, 4:14 p.m.