scalameta / scalafmt

Code formatter for Scala
http://scalameta.org/scalafmt
Apache License 2.0
1.42k stars 276 forks source link

FormatOps: in folded ctrl body, use `adjustedBody` #4073

Closed kitbellew closed 2 months ago

kitbellew commented 2 months ago

It is already checked for any removed braces, while the original body is not and hence could lead to non-idempotent formatting.