dart-lang / dart_style

An opinionated formatter/linter for Dart code
https://pub.dev/packages/dart_style
BSD 3-Clause "New" or "Revised" License
650 stars 121 forks source link

Don't write trailing commas in split catch clauses. #1572

Closed munificent closed 1 month ago

munificent commented 1 month ago

Apparently the language doesn't allow them. Who knew?

Fix #1570.

munificent commented 1 month ago

Same. 🤷