Chromium Code Reviews| Index: pkg/async_helper/lib/async_helper.dart |
| diff --git a/pkg/async_helper/lib/async_helper.dart b/pkg/async_helper/lib/async_helper.dart |
| index 808e19875b4f3fce41b4b5c54167560de2a642e5..37496bcb76bda9156c55f57b6accd2ec6b35895f 100644 |
| --- a/pkg/async_helper/lib/async_helper.dart |
| +++ b/pkg/async_helper/lib/async_helper.dart |
| @@ -91,4 +91,4 @@ void asyncSuccess(_) => asyncEnd(); |
| void asyncTest(f()) { |
| asyncStart(); |
| f().then(asyncSuccess); |
| -} |
| +} |