| Index: pkg/analysis_server/lib/src/services/refactoring/rename_library.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/refactoring/rename_library.dart b/pkg/analysis_server/lib/src/services/refactoring/rename_library.dart
|
| index 11500fc1ba6d5ea9a8585865e6f9e9976bd1c90e..1c72c892c77ab87a971c72e98b37ed3e471e013a 100644
|
| --- a/pkg/analysis_server/lib/src/services/refactoring/rename_library.dart
|
| +++ b/pkg/analysis_server/lib/src/services/refactoring/rename_library.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.src.refactoring.rename_library;
|
| -
|
| import 'dart:async';
|
|
|
| import 'package:analysis_server/src/services/correction/status.dart';
|
|
|