fix pretty indent

pull/2/head
fuwa 5 years ago
parent 17809f544d
commit 1b10bf21d3

@ -28,7 +28,6 @@ String pretty(dynamic x) {
return encoder.convert(x)
.replaceAll(RegExp(r'^{'), '\n')
.replaceAll(RegExp(r'["\[\],{}]'), '')
.replaceAll('\n ', '\n')
;
}