| Index: pkg/analyzer_experimental/bin/formatter.dart
|
| ===================================================================
|
| --- pkg/analyzer_experimental/bin/formatter.dart (revision 27530)
|
| +++ pkg/analyzer_experimental/bin/formatter.dart (working copy)
|
| @@ -116,7 +116,7 @@
|
|
|
| /// Format the given [src] as a compilation unit.
|
| String _formatCU(src, {options: const FormatterOptions()}) =>
|
| - new CodeFormatter(options).format(CodeKind.COMPILATION_UNIT, src);
|
| + new CodeFormatter(options).format(CodeKind.COMPILATION_UNIT, src).source;
|
|
|
| /// Log the given [msg].
|
| _log(String msg) {
|
|
|