From c8b3fb1e7163ba6000b89aa2bb4f30b39ae82acb Mon Sep 17 00:00:00 2001 From: Robert Nystrom Date: Sat, 10 Apr 2021 00:37:53 +0000 Subject: [PATCH] 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 Commit-Queue: Bob Nystrom Commit-Queue: Nate Bosch Reviewed-by: Nate Bosch --- CHANGELOG.md | 2 -- DEPS | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9b7267670c..d627fa92bd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -96,8 +96,6 @@ #### dart format -* Flatten indentation on nested chains of conditional (`?:`) operators. - * Correct constructor initializer indentation after `required` named parameters. diff --git a/DEPS b/DEPS index b63cd015dbd..6327f7e8c6f 100644 --- a/DEPS +++ b/DEPS @@ -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",