tests/testthat/insertion_comment_interaction/just_if_non_strict-out.R

if (TRUE) NULL

if (TRUE) NULL # comment


if (TRUE) # comment
  NULL

if (TRUE # comment
) NULL

if ( # comment
  TRUE) NULL

if # comment
(TRUE) NULL
krlmlr/styler documentation built on April 24, 2024, 4:14 p.m.