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

Unified Diff: pkg/analysis_server/test/timing/completion/completion_simple.dart

Issue 969113002: 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
Index: pkg/analysis_server/test/timing/completion/completion_simple.dart
diff --git a/pkg/analysis_server/test/timing/completion/completion_simple.dart b/pkg/analysis_server/test/timing/completion/completion_simple.dart
index 34197bde3646b857c51b39c646e16cf0903664fe..7f05d7b14e9f544899305bd48e383f44fa734c54 100644
--- a/pkg/analysis_server/test/timing/completion/completion_simple.dart
+++ b/pkg/analysis_server/test/timing/completion/completion_simple.dart
@@ -83,8 +83,8 @@ f(C c) {
@override
Future perform() {
sendAnalysisUpdateContent({
- mainFilePath: new ChangeContentOverlay(
- [new SourceEdit(cursorOffset, 0, '.')])
+ mainFilePath:
+ new ChangeContentOverlay([new SourceEdit(cursorOffset, 0, '.')])
});
sendCompletionGetSuggestions(mainFilePath, cursorOffset + 1);
return completionReceived.future;
@@ -100,9 +100,8 @@ f(C c) {
}
});
sendAnalysisSetAnalysisRoots([dirname(mainFilePath)], []);
- sendAnalysisUpdateContent({
- mainFilePath: new AddContentOverlay(originalContent)
- });
+ sendAnalysisUpdateContent(
+ {mainFilePath: new AddContentOverlay(originalContent)});
return new Future.value();
}

Powered by Google App Engine
This is Rietveld 408576698