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

Unified Diff: pkg/analyzer/lib/src/task/general.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/dart.dart ('k') | pkg/analyzer/lib/src/task/inputs.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/task/general.dart
diff --git a/pkg/analyzer/lib/src/task/general.dart b/pkg/analyzer/lib/src/task/general.dart
index 5cb31ed699b0a0a3bfb9af9389ad44d9ad5d51bf..0905771c2b6e854844dad80bdb6a7888c2c92739 100644
--- a/pkg/analyzer/lib/src/task/general.dart
+++ b/pkg/analyzer/lib/src/task/general.dart
@@ -17,11 +17,8 @@ class GetContentTask extends SourceBasedAnalysisTask {
/**
* The task descriptor describing this kind of task.
*/
- static final TaskDescriptor DESCRIPTOR = new TaskDescriptor(
- 'GET_CONTENT',
- createTask,
- buildInputs,
- <ResultDescriptor>[CONTENT, MODIFICATION_TIME]);
+ static final TaskDescriptor DESCRIPTOR = new TaskDescriptor('GET_CONTENT',
+ createTask, buildInputs, <ResultDescriptor>[CONTENT, MODIFICATION_TIME]);
/**
* Initialize a newly created task to access the content of the source
@@ -54,8 +51,8 @@ class GetContentTask extends SourceBasedAnalysisTask {
* Create a [GetContentTask] based on the given [target] in the given
* [context].
*/
- static GetContentTask createTask(AnalysisContext context,
- AnalysisTarget target) {
+ static GetContentTask createTask(
+ AnalysisContext context, AnalysisTarget target) {
return new GetContentTask(context, target);
}
}
« no previous file with comments | « pkg/analyzer/lib/src/task/dart.dart ('k') | pkg/analyzer/lib/src/task/inputs.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698