Index: pkg/analysis_server/lib/src/services/completion/dart/combinator_contributor.dart |
diff --git a/pkg/analysis_server/lib/src/services/completion/dart/combinator_contributor.dart b/pkg/analysis_server/lib/src/services/completion/dart/combinator_contributor.dart |
index aeda6b8ed00d6f307e133d5831a0d722174f6b2d..9ff3fa2ce2acd8beaa7b8426067a8ba38a0829aa 100644 |
--- a/pkg/analysis_server/lib/src/services/completion/dart/combinator_contributor.dart |
+++ b/pkg/analysis_server/lib/src/services/completion/dart/combinator_contributor.dart |
@@ -2,8 +2,6 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-library services.completion.contributor.dart.combinator; |
- |
import 'dart:async'; |
import 'package:analysis_server/src/protocol_server.dart' |