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

Unified Diff: tests/lib/async/print_test.dart

Issue 2768073002: Format all multitests (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: tests/lib/async/print_test.dart
diff --git a/tests/lib/async/print_test.dart b/tests/lib/async/print_test.dart
index 0f0acd100412bd4a3e029d10c19d16875c046b4c..5810379c0ec1ea54254a715907ec9dc45cec26a4 100644
--- a/tests/lib/async/print_test.dart
+++ b/tests/lib/async/print_test.dart
@@ -25,6 +25,7 @@ void interceptedPrint(self, parent, zone, message) {
}
main() {
- runZoned(() { print(new A()); },
- zoneSpecification: new ZoneSpecification(print: interceptedPrint));
+ runZoned(() {
+ print(new A());
+ }, zoneSpecification: new ZoneSpecification(print: interceptedPrint));
}

Powered by Google App Engine
This is Rietveld 408576698