Roll dart_style to version 1.1.2

This stops the splitting of long strings inside their interpolations.

BUG=https://github.com/dart-lang/sdk/issues/33773

Change-Id: Ie3a7a576de036c9055b02e6770f5f28d8bb49e35
Reviewed-on: https://dart-review.googlesource.com/64040
Reviewed-by: Bob Nystrom <rnystrom@google.com>
Commit-Queue: Bob Nystrom <rnystrom@google.com>
This commit is contained in:
William Hesse 2018-07-09 22:51:54 +00:00 committed by Bob Nystrom
parent 21258299d7
commit b5e97a6537
2 changed files with 3 additions and 1 deletions

View file

@ -12,6 +12,8 @@
#### dartfmt
* Do not split long strings inside their string interpolations.
#### Pub
#### Dart2js

2
DEPS
View file

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