| Index: tools/testing/dart/utils.dart
|
| diff --git a/tools/testing/dart/utils.dart b/tools/testing/dart/utils.dart
|
| index 28eccbe349f53428689015dac7e817f2faaf17b0..a65c4b48ed34107734004441f5cb3e5479aaaee2 100644
|
| --- a/tools/testing/dart/utils.dart
|
| +++ b/tools/testing/dart/utils.dart
|
| @@ -115,6 +115,7 @@ String prettifyJson(Object json, {int startIndentation: 0, int shiftWidth: 6}) {
|
| addString("$obj", indentation: indentation, newLine: newLine);
|
| }
|
| }
|
| +
|
| prettifyJsonInternal(json);
|
| return buffer.toString();
|
| }
|
|
|