| 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]);
|
|
|