tests/testthat/token_adding_removing/if-else-comma-out.R

call(
  if (x) {
    y
  },
  if (x) {
    z
  }
)

call(
  if (x) y,
  if (x) z
)

call(
  if (x) y,
  if (x) z
)

call(
  if (x) y,
  if (x) z
)
r-lib/styler documentation built on Dec. 13, 2024, 5:42 p.m.