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

Unified Diff: tests/isolate/issue_22778_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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/isolate/issue_22778_test.dart
diff --git a/tests/isolate/issue_22778_test.dart b/tests/isolate/issue_22778_test.dart
index d9e39734f9885d259b59e7b25d4b39ed4c548ce9..ed6b5c668f7e60aa74faf6880322e2c5fd17ff58 100644
--- a/tests/isolate/issue_22778_test.dart
+++ b/tests/isolate/issue_22778_test.dart
@@ -5,7 +5,7 @@
import "dart:isolate";
import "package:expect/expect.dart";
-func(){}
+func() {}
main() {
var r = new RawReceivePort();

Powered by Google App Engine
This is Rietveld 408576698