Chromium Code Reviews| Index: lib/src/configuration.dart |
| diff --git a/lib/src/configuration.dart b/lib/src/configuration.dart |
| index ca901328cdc3e32cdd7652bd9d13059b3b38d93f..f4a28c989c73067c370ad45524ab30ff4861bc4f 100644 |
| --- a/lib/src/configuration.dart |
| +++ b/lib/src/configuration.dart |
| @@ -66,4 +66,3 @@ abstract class Configuration { |
| void onSummary(int passed, int failed, int errors, List<TestCase> results, |
| String uncaughtError) {} |
| } |
| - |