refactor(dart): Run dartfmt 0.1.8

Format Dart code using dartfmt 0.1.8. Update pubspec to require
dart_style 0.1.8.
This commit is contained in:
Tim Blasi
2015-06-05 10:35:42 -07:00
parent 13d0815839
commit 851797aecb
4 changed files with 27 additions and 8 deletions

View File

@ -12,7 +12,7 @@ dependencies:
analyzer: '>=0.24.4 <0.26.0'
barback: '^0.15.2+2'
code_transformers: '^0.2.8'
dart_style: '^0.1.3'
dart_style: '^0.1.8'
html: '^0.12.0'
logging: '>=0.9.0 <0.12.0'
source_span: '^1.0.0'