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

Unified Diff: pkg/analysis_server/lib/src/computer/computer_hover.dart

Issue 969113002: Reformat (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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/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].
*/

Powered by Google App Engine
This is Rietveld 408576698