-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Insert formatting trailing commas in tests (#157)
An upcoming test refactor looks better when it's formatted with trailing commas in more places. Pre-emptively format with inserted trailing commas to make it easier to automate the formatting and reduce the diff in the test refactor. Trailing commas are inserted automatically by first formatting with the `tall-style` experiment against the latest commit of `dart_style`, then reformatting with the stable SDK to match CI expectations. The result is the current formatting, with the trailing commas inferred where the tall style has improved splitting. Blank lines are restored following license header comments.
- Loading branch information
Showing
6 changed files
with
951 additions
and
604 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.