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

Unified Diff: tests/language_strong/factory3_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/language_strong/factory3_test.dart
diff --git a/tests/language_strong/factory3_test.dart b/tests/language_strong/factory3_test.dart
index c6c61ab4aff6de5e51e72e44bc21b46c35f92b45..9c7c89b6a3f18a5ff15b2b9c97fae678d2906ef0 100644
--- a/tests/language_strong/factory3_test.dart
+++ b/tests/language_strong/factory3_test.dart
@@ -43,4 +43,3 @@ class Fisk {
main() {
new Fisk(0).nodes.prepend(new Fisk(1)).prepend(new Fisk(2));
}
-

Powered by Google App Engine
This is Rietveld 408576698