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

Unified Diff: tests/isolate/deferred_in_isolate_lib.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/deferred_in_isolate_lib.dart
diff --git a/tests/isolate/deferred_in_isolate_lib.dart b/tests/isolate/deferred_in_isolate_lib.dart
index 30c66a5a7452b9d5dac7b5895e5c2b85dbf0e71d..ed7e4750eb18af36c2f8056cce27c37317c7e24b 100644
--- a/tests/isolate/deferred_in_isolate_lib.dart
+++ b/tests/isolate/deferred_in_isolate_lib.dart
@@ -7,6 +7,6 @@ library deferred_in_isolate_lib;
class DeferredObj {
DeferredObj(this._val);
toString() => "$_val";
-
+
var _val;
}

Powered by Google App Engine
This is Rietveld 408576698