Index: pkg/analysis_server/lib/src/computer/computer_hover.dart |
diff --git a/pkg/analysis_server/lib/src/computer/computer_hover.dart b/pkg/analysis_server/lib/src/computer/computer_hover.dart |
index 87bc87a4bd808d9f35cdc77b5a2435fcf8ed0ce2..9cc2f41ec2be66d45c3b4268d5a019897c5f7a50 100644 |
--- a/pkg/analysis_server/lib/src/computer/computer_hover.dart |
+++ b/pkg/analysis_server/lib/src/computer/computer_hover.dart |
@@ -8,7 +8,6 @@ import 'package:analysis_server/src/protocol.dart' show HoverInformation; |
import 'package:analyzer/src/generated/ast.dart'; |
import 'package:analyzer/src/generated/element.dart'; |
- |
/** |
* Converts [str] from a Dart Doc string with slashes and stars to a plain text |
* representation of the comment. |
@@ -53,7 +52,6 @@ String _removeDartDocDelimiters(String str) { |
return str; |
} |
- |
/** |
* A computer for the hover at the specified offset of a Dart [CompilationUnit]. |
*/ |