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

Unified Diff: tests/isolate/deferred_loaded_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_loaded_lib.dart
diff --git a/tests/isolate/deferred_loaded_lib.dart b/tests/isolate/deferred_loaded_lib.dart
index 3b3e097748bdedf12e36a621f5b579a232f003a6..4fcc2d08a9614aa6150ebb7310d31b2ab0ce3150 100644
--- a/tests/isolate/deferred_loaded_lib.dart
+++ b/tests/isolate/deferred_loaded_lib.dart
@@ -6,4 +6,3 @@ class FromChildIsolate {
String toString() => 'from child isolate';
int get fld => 10;
}
-

Powered by Google App Engine
This is Rietveld 408576698