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
)
krlmlr/styler documentation built on May 9, 2024, 6:28 p.m.