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

Unified Diff: tests/language/mixin_class_from_core_library_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/mixin_class_from_core_library_test.dart
diff --git a/tests/language/mixin_class_from_core_library_test.dart b/tests/language/mixin_class_from_core_library_test.dart
index f98f87ebadb9739bcf0a2c3efa9e89f514bd4dfc..300e0303e4e98afcadf194b120a897494f5e7bc5 100644
--- a/tests/language/mixin_class_from_core_library_test.dart
+++ b/tests/language/mixin_class_from_core_library_test.dart
@@ -5,8 +5,8 @@ import 'dart:collection';
class MyList extends Object with ListMixin {
int length = 0;
- operator[](index) => null;
- void operator[]=(index, value) {}
+ operator [](index) => null;
+ void operator []=(index, value) {}
}
main() {

Powered by Google App Engine
This is Rietveld 408576698