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:
@@ -16,8 +16,9 @@ allTests() {
|
||||
Future<double> runBenchmark() async {
|
||||
var options = new TransformerOptions(['this_is_ignored.dart']);
|
||||
var files = {new AssetId('a', 'a.ng_deps.dart'): aContents};
|
||||
return new TransformerBenchmark([[new BindGenerator(options)]], files)
|
||||
.measure();
|
||||
return new TransformerBenchmark([
|
||||
[new BindGenerator(options)]
|
||||
], files).measure();
|
||||
}
|
||||
|
||||
const aContents = '''
|
||||
|
||||
Reference in New Issue
Block a user