Index: pkg/analysis_server/test/services/completion/dart/static_member_contributor_test.dart |
diff --git a/pkg/analysis_server/test/services/completion/dart/static_member_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/static_member_contributor_test.dart |
index 80806215fcde6e71565203c55d4b4ee9d2b87de6..8df73bdd194ed568d693e90853abe26873d2e9a9 100644 |
--- a/pkg/analysis_server/test/services/completion/dart/static_member_contributor_test.dart |
+++ b/pkg/analysis_server/test/services/completion/dart/static_member_contributor_test.dart |
@@ -240,9 +240,7 @@ void main() {async.Future.^.w()}'''); |
test_PrefixedIdentifier_class_const() async { |
// SimpleIdentifier PrefixedIdentifier ExpressionStatement Block |
- addSource( |
- '/testB.dart', |
- ''' |
+ addSource('/testB.dart', ''' |
lib B; |
class I { |
static const scI = 'boo'; |