From 245576a096a2da54ef21d664d37d1f50f6f8dbb7 Mon Sep 17 00:00:00 2001 From: Bob Nystrom Date: Fri, 5 Apr 2019 05:06:43 +0000 Subject: [PATCH] Update dart_style to 1.2.6. Change-Id: I82036fa3babc65ffa96f56309b073dd72f07c6f6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/98695 Commit-Queue: Kevin Moore Reviewed-by: Kevin Moore --- CHANGELOG.md | 6 ++++-- DEPS | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 055daeaee45..2441989c76c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,8 +67,10 @@ #### dartfmt -* Tweak set literal formatting to follow other collection literals. -* Add support for "UI as code" features. +* Tweak set literal formatting to follow other collection literals. +* Add support for "UI as code" features. +* Properly format trailing commas in assertions. +* Improve indentation of adjacent strings in argument lists. #### Linter diff --git a/DEPS b/DEPS index 0e1287c7866..0c7b3e3be23 100644 --- a/DEPS +++ b/DEPS @@ -79,7 +79,7 @@ vars = { # and land the review. # # For more details, see https://github.com/dart-lang/sdk/issues/30164 - "dart_style_tag": "1.2.5", # Please see the note above before updating. + "dart_style_tag": "1.2.6", # Please see the note above before updating. "dartdoc_tag" : "v0.28.2", "fixnum_tag": "0.10.9",