apache / pekko

Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala
https://pekko.apache.org/
Apache License 2.0
1.2k stars 148 forks source link

Remove redundant params from defn bodies #1408

Open mdedetrich opened 3 months ago

mdedetrich commented 3 months ago

I noticed that the codebase has a lot of cases of redundant/useless braces, this scalafmt configuration removes all of these braces.

When this gets merged In a future PR I will add this commit to .git-blame-ignore-revs

mdedetrich commented 3 months ago

Seems like there is a bug in scalafmt, reported upstream at https://github.com/scalameta/scalafmt/issues/4108