Roll dart_style to the new 2.0.1.

The reverts the change to flatted nested conditional expressions since
audience reaction to that was pretty negative.

See: https://github.com/dart-lang/dart_style/pull/1019
Change-Id: Ie9e4460f75c5b7e99e5a6d60e9c38b50ba0bc44a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/194883
Auto-Submit: Bob Nystrom <rnystrom@google.com>
Commit-Queue: Bob Nystrom <rnystrom@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
This commit is contained in:
Robert Nystrom 2021-04-10 00:37:53 +00:00 committed by commit-bot@chromium.org
parent 6eaa34bad2
commit c8b3fb1e71
2 changed files with 1 additions and 3 deletions

View file

@ -96,8 +96,6 @@
#### dart format
* Flatten indentation on nested chains of conditional (`?:`) operators.
* Correct constructor initializer indentation after `required` named
parameters.

2
DEPS
View file

@ -98,7 +98,7 @@ vars = {
# and land the review.
#
# For more details, see https://github.com/dart-lang/sdk/issues/30164
"dart_style_rev": "0067cfcc5bfa64cf59888c3fed34c71d1272555a",
"dart_style_rev": "f17c23e0eea9a870601c19d904e2a9c1a7c81470",
"chromedriver_tag": "83.0.4103.39",
"browser_launcher_rev": "12ab9f351a44ac803de9bc17bb2180bb312a9dd7",