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

Unified Diff: tests/language/inheritance_chain_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/language/inheritance_chain_lib.dart
diff --git a/tests/language/inheritance_chain_lib.dart b/tests/language/inheritance_chain_lib.dart
index 1a8ef51f0a25881bbba249fbd1c98ce3f15cd3ad..c80834fd4fb5ac565b291b54667f40995b3912a8 100644
--- a/tests/language/inheritance_chain_lib.dart
+++ b/tests/language/inheritance_chain_lib.dart
@@ -22,4 +22,4 @@ class W {
class Y extends X {
get id => "Y";
get length => -2;
-}
+}

Powered by Google App Engine
This is Rietveld 408576698