| Index: pkg/analyzer/lib/src/services/formatter_impl.dart
|
| ===================================================================
|
| --- pkg/analyzer/lib/src/services/formatter_impl.dart (revision 31744)
|
| +++ pkg/analyzer/lib/src/services/formatter_impl.dart (working copy)
|
| @@ -367,7 +367,7 @@
|
| final twoSlashes = new RegExp(r'//[^/]');
|
|
|
| /// A weight for potential breakpoints.
|
| - int breakWeight = null;
|
| + int breakWeight = DEFAULT_SPACE_WEIGHT;
|
|
|
| /// Original pre-format selection information (may be null).
|
| final Selection preSelection;
|
| @@ -1464,7 +1464,7 @@
|
| }
|
| leadingSpaces = 0;
|
| allowLineLeadingSpaces = false;
|
| - breakWeight = null;
|
| + breakWeight = DEFAULT_SPACE_WEIGHT;
|
| }
|
| }
|
|
|
|
|