Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(362)

Unified Diff: pkg/analyzer/test/src/task/test_support.dart

Issue 1322513004: Reformat code to reduce churn (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analyzer/test/src/mock_sdk.dart ('k') | pkg/analyzer/tool/task_dependency_graph.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « pkg/analyzer/test/src/mock_sdk.dart ('k') | pkg/analyzer/tool/task_dependency_graph.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698