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 Sept. 16, 2024, 11:35 p.m.