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

Unified Diff: pkg/analysis_server/test/services/completion/dart/named_constructor_contributor_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/named_constructor_contributor_test.dart
diff --git a/pkg/analysis_server/test/services/completion/dart/named_constructor_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/named_constructor_contributor_test.dart
index d57f1888708326cf472ba740ac512039bda408e5..f753d8a99b976ce9c92e5dc948e6dc8f556cfd73 100644
--- a/pkg/analysis_server/test/services/completion/dart/named_constructor_contributor_test.dart
+++ b/pkg/analysis_server/test/services/completion/dart/named_constructor_contributor_test.dart
@@ -45,9 +45,7 @@ class NamedConstructorContributorTest extends DartCompletionContributorTest {
test_ConstructorName_importedClass() async {
// SimpleIdentifier PrefixedIdentifier TypeName ConstructorName
// InstanceCreationExpression
- addSource(
- '/testB.dart',
- '''
+ addSource('/testB.dart', '''
lib B;
int T1;
F1() { }
@@ -71,9 +69,7 @@ class NamedConstructorContributorTest extends DartCompletionContributorTest {
test_ConstructorName_importedClass_unresolved() async {
// SimpleIdentifier PrefixedIdentifier TypeName ConstructorName
// InstanceCreationExpression
- addSource(
- '/testB.dart',
- '''
+ addSource('/testB.dart', '''
lib B;
int T1;
F1() { }
@@ -98,9 +94,7 @@ class NamedConstructorContributorTest extends DartCompletionContributorTest {
test_ConstructorName_importedFactory() async {
// SimpleIdentifier PrefixedIdentifier TypeName ConstructorName
// InstanceCreationExpression
- addSource(
- '/testB.dart',
- '''
+ addSource('/testB.dart', '''
lib B;
int T1;
F1() { }

Powered by Google App Engine
This is Rietveld 408576698