Skip to content

Use braces in TH case pprint (fixes #20893)

Elton Leander Pinto requested to merge th-pp-case into master

This patch ensures that the pretty printer formats case statements using braces (instead of layout) to remain consistent with the formatting of other statements (like do)

Fixes #20893

Merge request reports