Bring the latest dart_style into the repo. (#30083)

This commit is contained in:
Bob Nystrom 2017-07-06 10:37:11 -07:00 committed by GitHub
parent 4da09b06d0
commit d107b64680
2 changed files with 6 additions and 1 deletions

View file

@ -59,6 +59,11 @@
* Fixed a Safari issue during bootstrapping (note that Safari is still not
officially supported but does work for trivial examples).
* dartfmt
* Support assert in const constructor initializer lists.
* Better formatting for multi-line strings in argument lists.
## 1.24.2 - 22-06-2017
* Fixes for debugging in Dartium.

2
DEPS
View file

@ -65,7 +65,7 @@ vars = {
"csslib_tag" : "@0.13.3+1",
"dart2js_info_tag" : "@0.5.4+2",
"dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
"dart_style_tag": "@1.0.6",
"dart_style_tag": "@1.0.7",
"dartdoc_tag" : "@v0.13.0+1",
"fixnum_tag": "@0.10.5",
"func_tag": "@1.0.0",