| Index: pkg/analyzer_experimental/lib/src/services/formatter_impl.dart
|
| ===================================================================
|
| --- pkg/analyzer_experimental/lib/src/services/formatter_impl.dart (revision 28056)
|
| +++ pkg/analyzer_experimental/lib/src/services/formatter_impl.dart (working copy)
|
| @@ -1294,7 +1294,7 @@
|
| var lines = max(min, countNewlinesBetween(previousToken, currentToken));
|
| writer.newlines(lines);
|
|
|
| - var previousToken = currentToken.previous;
|
| + previousToken = currentToken.previous;
|
|
|
| while (comment != null) {
|
|
|
|
|