| Index: pkg/compiler/lib/src/resolution/resolution.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/resolution.dart b/pkg/compiler/lib/src/resolution/resolution.dart
|
| index d7b28c2ddb3a6433ab03aa807d1cbbaef2545fe1..923952ca67a266e0d09ef7b54162af37310546bc 100644
|
| --- a/pkg/compiler/lib/src/resolution/resolution.dart
|
| +++ b/pkg/compiler/lib/src/resolution/resolution.dart
|
| @@ -65,8 +65,7 @@ class ResolverTask extends CompilerTask {
|
| final ConstantCompiler constantCompiler;
|
| final Resolution resolution;
|
|
|
| - ResolverTask(
|
| - this.resolution, this.constantCompiler, Measurer measurer)
|
| + ResolverTask(this.resolution, this.constantCompiler, Measurer measurer)
|
| : super(measurer);
|
|
|
| String get name => 'Resolver';
|
|
|