| Index: pkg/analyzer_experimental/lib/src/services/formatter_impl.dart
|
| ===================================================================
|
| --- pkg/analyzer_experimental/lib/src/services/formatter_impl.dart (revision 24818)
|
| +++ pkg/analyzer_experimental/lib/src/services/formatter_impl.dart (working copy)
|
| @@ -146,7 +146,7 @@
|
| /// Initialize a newly created visitor to write source code representing
|
| /// the visited nodes to the given [writer].
|
| SourceVisitor(FormatterOptions options) :
|
| - writer = new SourceWriter(initialIndent: options.initialIndentationLevel,
|
| + writer = new SourceWriter(indentCount: options.initialIndentationLevel,
|
| lineSeparator: options.lineSeparator);
|
|
|
| visitAdjacentStrings(AdjacentStrings node) {
|
|
|