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

Unified Diff: pkg/analysis_server/lib/src/services/correction/selection_analyzer.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/services/correction/selection_analyzer.dart
diff --git a/pkg/analysis_server/lib/src/services/correction/selection_analyzer.dart b/pkg/analysis_server/lib/src/services/correction/selection_analyzer.dart
index f8ab4748449004454f40b0ab58ff4ed0e300bd84..42addf6741d1eeefff555abe93963dbedc0c89b4 100644
--- a/pkg/analysis_server/lib/src/services/correction/selection_analyzer.dart
+++ b/pkg/analysis_server/lib/src/services/correction/selection_analyzer.dart
@@ -8,7 +8,6 @@ import 'package:analysis_server/src/services/correction/source_range.dart';
import 'package:analyzer/src/generated/ast.dart';
import 'package:analyzer/src/generated/source.dart';
-
/**
* A visitor for visiting [AstNode]s covered by a selection [SourceRange].
*/
@@ -101,14 +100,12 @@ class SelectionAnalyzer extends GeneralizingAstVisitor<Object> {
/**
* Notifies that selection ends in given [AstNode].
*/
- void handleSelectionEndsIn(AstNode node) {
- }
+ void handleSelectionEndsIn(AstNode node) {}
/**
* Notifies that selection starts in given [AstNode].
*/
- void handleSelectionStartsIn(AstNode node) {
- }
+ void handleSelectionStartsIn(AstNode node) {}
/**
* Resets selected nodes.

Powered by Google App Engine
This is Rietveld 408576698