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

Unified Diff: tests/language_strong/mixin_regress_13688_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/mixin_regress_13688_test.dart
diff --git a/tests/language_strong/mixin_regress_13688_test.dart b/tests/language_strong/mixin_regress_13688_test.dart
index 00115394e45d789a6a68ddf8add312fd13682f42..0c01537298eb0f47a0c4700e5ab26069afe8bf92 100644
--- a/tests/language_strong/mixin_regress_13688_test.dart
+++ b/tests/language_strong/mixin_regress_13688_test.dart
@@ -10,7 +10,7 @@ class ComparableMixin<E> {
}
}
-class KUID extends Object with ComparableMixin<KUID> { }
+class KUID extends Object with ComparableMixin<KUID> {}
main() {
var kuid = new KUID();

Powered by Google App Engine
This is Rietveld 408576698