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

Unified Diff: tests/lib_strong/collection/list_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/lib_strong/collection/list_test.dart
diff --git a/tests/lib_strong/collection/list_test.dart b/tests/lib_strong/collection/list_test.dart
index a2ce1417f84230ca16058dba3de33690d7e78e1b..a1fedcc1c00b196bde290b11f1f534fdcec36e03 100644
--- a/tests/lib_strong/collection/list_test.dart
+++ b/tests/lib_strong/collection/list_test.dart
@@ -140,7 +140,7 @@ void testRetainWhere() {
}
{
- dynamic indexable = new MyIndexableNoSuchMethod<int>([1,2,3]);
+ dynamic indexable = new MyIndexableNoSuchMethod<int>([1, 2, 3]);
Expect.equals(3, indexable.length);
Expect.equals(1, indexable[0]);
Expect.equals(3, indexable[2]);

Powered by Google App Engine
This is Rietveld 408576698