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

Unified Diff: tests/standalone/io/raw_datagram_read_all_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/standalone/io/raw_datagram_read_all_test.dart
diff --git a/tests/standalone/io/raw_datagram_read_all_test.dart b/tests/standalone/io/raw_datagram_read_all_test.dart
index 67eef8b3c009aa66f2de8308e0138355c9cb3504..41bae164d4955641406ef92a6d6a2768c18c6856 100644
--- a/tests/standalone/io/raw_datagram_read_all_test.dart
+++ b/tests/standalone/io/raw_datagram_read_all_test.dart
@@ -9,7 +9,6 @@ import "dart:typed_data";
import "package:async_helper/async_helper.dart";
import "package:expect/expect.dart";
-
main() {
asyncStart();
var address = InternetAddress.LOOPBACK_IP_V4;
@@ -39,4 +38,3 @@ main() {
});
});
}
-

Powered by Google App Engine
This is Rietveld 408576698