scalameta / scalafmt

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

RedundantBraces: don't remove empty blocks #4148

Closed kitbellew closed 3 months ago

kitbellew commented 3 months ago

There are only limited contexts where it is OK (case being one, but it is handled elsewhere). Helps with #4133.