pekko
pekko copied to clipboard
Remove redundant params from defn bodies
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
Seems like there is a bug in scalafmt, reported upstream at https://github.com/scalameta/scalafmt/issues/4108