Index: runtime/observatory/tests/service/async_next_test.dart |
diff --git a/runtime/observatory/tests/service/async_next_test.dart b/runtime/observatory/tests/service/async_next_test.dart |
index 4fefcca786308aafde726c30d981abdb9c819b6b..4f9ea5e003cf8b5d933a1b526fb9fbc4346bcbdb 100644 |
--- a/runtime/observatory/tests/service/async_next_test.dart |
+++ b/runtime/observatory/tests/service/async_next_test.dart |
@@ -12,7 +12,7 @@ const int LINE_A = 19; |
const int LINE_B = 20; |
const int LINE_C = 21; |
-foo() async { } |
+foo() async {} |
doAsync(stop) async { |
if (stop) debugger(); |