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

Unified Diff: pkg/analyzer/lib/src/task/model.dart

Issue 975453004: Reformat (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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/lib/src/task/inputs.dart ('k') | pkg/analyzer/lib/src/task/task_dart.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/task/model.dart
diff --git a/pkg/analyzer/lib/src/task/model.dart b/pkg/analyzer/lib/src/task/model.dart
index 36878d334e4a30a794d7fc137269609e5d255784..05a922baae41fff0389ec375cc74d6241cc22767 100644
--- a/pkg/analyzer/lib/src/task/model.dart
+++ b/pkg/analyzer/lib/src/task/model.dart
@@ -11,8 +11,8 @@ import 'package:analyzer/task/model.dart';
/**
* A concrete implementation of a [ContributionPoint].
*/
-class ContributionPointImpl<V> extends ResultDescriptorImpl<V> implements
- ContributionPoint<V> {
+class ContributionPointImpl<V> extends ResultDescriptorImpl<V>
+ implements ContributionPoint<V> {
/**
* The results that contribute to this result.
*/
@@ -97,8 +97,8 @@ class TaskDescriptorImpl implements TaskDescriptor {
* and produces the given [results]. The [buildTask] will be used to create
* the instance of [AnalysisTask] thusly described.
*/
- TaskDescriptorImpl(this.name, this.buildTask, this.createTaskInputs,
- this.results);
+ TaskDescriptorImpl(
+ this.name, this.buildTask, this.createTaskInputs, this.results);
@override
AnalysisTask createTask(AnalysisContext context, AnalysisTarget target,
« no previous file with comments | « pkg/analyzer/lib/src/task/inputs.dart ('k') | pkg/analyzer/lib/src/task/task_dart.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698