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

Unified Diff: pkg/analysis_server/bin/fuzz.dart

Issue 725143004: Format and sort analyzer and analysis_server packages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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/analysis_server/bin/dartdeps.dart ('k') | pkg/analysis_server/bin/fuzz/server_manager.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/bin/fuzz.dart
diff --git a/pkg/analysis_server/bin/fuzz.dart b/pkg/analysis_server/bin/fuzz.dart
index 7953ceb9893f6845e84cb1a43af95f5a4d5f592c..49bdd1d6ad8c9b03afa56f4eaae0ab8731102d85 100644
--- a/pkg/analysis_server/bin/fuzz.dart
+++ b/pkg/analysis_server/bin/fuzz.dart
@@ -143,7 +143,8 @@ class _FuzzTest {
expect(list, isNotNull);
expect(list.length, equals(0));
list.forEach((CompletionResults results) {
- print('${results.elapsed} received ${results.suggestionCount} suggestions');
+ print(
+ '${results.elapsed} received ${results.suggestionCount} suggestions');
});
return editor;
});
« no previous file with comments | « pkg/analysis_server/bin/dartdeps.dart ('k') | pkg/analysis_server/bin/fuzz/server_manager.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698