Index: pkg/analyzer/test/src/task/test_support.dart |
diff --git a/pkg/analyzer/test/src/task/test_support.dart b/pkg/analyzer/test/src/task/test_support.dart |
index 2173ba278682a5549174e6ad9fda814cade85300..e68952b9e13fb6520b45cbd765ffd23847a4ea33 100644 |
--- a/pkg/analyzer/test/src/task/test_support.dart |
+++ b/pkg/analyzer/test/src/task/test_support.dart |
@@ -36,8 +36,11 @@ class TestAnalysisTask extends AnalysisTask { |
final bool handlesDependencyCycles; |
TestAnalysisTask(AnalysisContext context, AnalysisTarget target, |
- {this.descriptor, this.exception, this.handlesDependencyCycles: false, |
- this.results, this.value: 1}) |
+ {this.descriptor, |
+ this.exception, |
+ this.handlesDependencyCycles: false, |
+ this.results, |
+ this.value: 1}) |
: super(context, target); |
@override |