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

Unified Diff: pkg/analysis_server/test/services/completion/dart/completion_manager_test.dart

Issue 2975253002: Format analyzer, analysis_server, analyzer_plugin, front_end and kernel with the latest dartfmt. (Closed)
Patch Set: Created 3 years, 5 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/services/completion/dart/completion_manager_test.dart
diff --git a/pkg/analysis_server/test/services/completion/dart/completion_manager_test.dart b/pkg/analysis_server/test/services/completion/dart/completion_manager_test.dart
index 5ca78e10cd7d5b8dacc11a8e361e2f7f64147b73..2ee39fb3e2fb79b44ece1ab6f8356341dc2f061c 100644
--- a/pkg/analysis_server/test/services/completion/dart/completion_manager_test.dart
+++ b/pkg/analysis_server/test/services/completion/dart/completion_manager_test.dart
@@ -30,9 +30,7 @@ class CompletionManagerTest extends DartCompletionContributorTest {
}
test_resolveDirectives() async {
- addSource(
- '/libA.dart',
- '''
+ addSource('/libA.dart', '''
library libA;
/// My class.
/// Short description.
@@ -40,9 +38,7 @@ library libA;
/// Longer description.
class A {}
''');
- addSource(
- '/libB.dart',
- '''
+ addSource('/libB.dart', '''
library libB;
import "/libA.dart" as foo;
part '$testFile';

Powered by Google App Engine
This is Rietveld 408576698