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

Unified Diff: tests/html/async_cancellingisolate.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/html/async_cancellingisolate.dart
diff --git a/tests/html/async_cancellingisolate.dart b/tests/html/async_cancellingisolate.dart
index 6278ebc2585f783dc510b43fc7e00bc600f5fe03..18581f0fe71c6cd7e61eaff4f2190a8b3b88622a 100644
--- a/tests/html/async_cancellingisolate.dart
+++ b/tests/html/async_cancellingisolate.dart
@@ -28,4 +28,4 @@ main(message, replyTo) {
oneshot = new Timer(const Duration(milliseconds: 30), () {
fail('Should never be invoked');
});
-}
+}

Powered by Google App Engine
This is Rietveld 408576698