Roll dart_style 1.0.14 into the SDK.

This should be safe to do without rolling the prebuilt SDK since it
makes no changes to existing formatted code.

Change-Id: I3420698b5dac94ab04ee7908940ace70936a3e5b
Reviewed-on: https://dart-review.googlesource.com/55269
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Bob Nystrom <rnystrom@google.com>
This commit is contained in:
Bob Nystrom 2018-05-15 21:13:27 +00:00 committed by commit-bot@chromium.org
parent 1a2046c333
commit 07f642384e
2 changed files with 5 additions and 1 deletions

View file

@ -12,6 +12,10 @@
### Tool Changes
#### dartfmt
* Support metadata annotations on enum cases.
#### Pub
#### Other Tools

2
DEPS
View file

@ -81,7 +81,7 @@ vars = {
# minutes later.
#
# For more details, see https://github.com/dart-lang/sdk/issues/30164
"dart_style_tag": "1.0.12", # Please see the note above before updating.
"dart_style_tag": "1.0.14", # Please see the note above before updating.
"dartdoc_tag" : "v0.19.0",
"fixnum_tag": "0.10.5",