style(dart): Format with dartfmt v0.2.0
Format all pure Dart code with package:dart_style v0.2.0 Command: ``` find -type f -name "*.dart" | xargs dartformat -w ```
This commit is contained in:
@ -19,8 +19,9 @@ Future runBenchmark() async {
|
||||
new AssetId('a', 'web/a.ng_deps.dart'): aContents,
|
||||
new AssetId('a', 'web/template.html'): templateContents,
|
||||
};
|
||||
return new TransformerBenchmark([[new TemplateCompiler(options)]], files)
|
||||
.measure();
|
||||
return new TransformerBenchmark([
|
||||
[new TemplateCompiler(options)]
|
||||
], files).measure();
|
||||
}
|
||||
|
||||
const aContents = '''
|
||||
|
Reference in New Issue
Block a user