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
r-lib/styler documentation built on April 10, 2024, 4 a.m.