Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1703)

Unified Diff: runtime/observatory/tests/service/async_next_test.dart

Issue 2767533002: Revert "Fix observatory tests broken by running dartfmt." (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 4f9ea5e003cf8b5d933a1b526fb9fbc4346bcbdb..4fefcca786308aafde726c30d981abdb9c819b6b 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();

Powered by Google App Engine
This is Rietveld 408576698