Chromium Code Reviews| Index: lib/src/colors.dart |
| diff --git a/lib/src/colors.dart b/lib/src/colors.dart |
| index 274fc92af617e0f7a06ab6c10a1d6ae95f042ef3..5f063404ec334c4c366ca4414b1f9b54b6f02490 100644 |
| --- a/lib/src/colors.dart |
| +++ b/lib/src/colors.dart |
| @@ -10,4 +10,3 @@ const String RED = '\u001b[31m'; |
| const String YELLOW = '\u001b[33m'; |
| const String NONE = '\u001b[0m'; |
| - |