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

Unified Diff: pkg/analysis_server/lib/src/services/correction/source_buffer.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/source_buffer.dart
diff --git a/pkg/analysis_server/lib/src/services/correction/source_buffer.dart b/pkg/analysis_server/lib/src/services/correction/source_buffer.dart
index 15cc6ced5c58a3ba3745a2e2b6139353e078b6aa..56eac5be56c6ebf7689878934a657f3123d2b193 100644
--- a/pkg/analysis_server/lib/src/services/correction/source_buffer.dart
+++ b/pkg/analysis_server/lib/src/services/correction/source_buffer.dart
@@ -7,7 +7,6 @@ library services.src.correction.source_buffer;
import 'package:analysis_server/src/protocol.dart';
import 'package:analyzer/src/generated/source.dart';
-
/**
* Helper for building Dart source with linked positions.
*/
@@ -16,8 +15,8 @@ class SourceBuilder {
final int offset;
final StringBuffer _buffer = new StringBuffer();
- final Map<String, LinkedEditGroup> linkedPositionGroups = <String,
- LinkedEditGroup>{};
+ final Map<String, LinkedEditGroup> linkedPositionGroups =
+ <String, LinkedEditGroup>{};
LinkedEditGroup _currentLinkedPositionGroup;
int _currentPositionStart;
int _exitOffset;

Powered by Google App Engine
This is Rietveld 408576698