| Index: example/format.dart
 | 
| diff --git a/example/format.dart b/example/format.dart
 | 
| index 4eec856e6d1528540f1c9cc48a1625acc52f2074..6d3ea6115eec577ef1871f6611441da026844e15 100644
 | 
| --- a/example/format.dart
 | 
| +++ b/example/format.dart
 | 
| @@ -44,10 +44,6 @@ void runFormatter(String source, int pageWidth, {bool isCompilationUnit}) {
 | 
|        result = formatter.formatStatement(source);
 | 
|      }
 | 
|  
 | 
| -    if (debug.useAnsiColors) {
 | 
| -      result = result.replaceAll(" ", debug.gray(debug.unicodeMidDot));
 | 
| -    }
 | 
| -
 | 
|      drawRuler("before", pageWidth);
 | 
|      print(source);
 | 
|      drawRuler("after", pageWidth);
 | 
| 
 |