| Index: sdk/lib/_collection_dev/iterable.dart
|
| diff --git a/sdk/lib/_collection_dev/iterable.dart b/sdk/lib/_collection_dev/iterable.dart
|
| index 3cc913baa37eae41ef30921970ba3b3805939ef4..a3b78a70e35e8480a3e39372e5779a9352219ca8 100644
|
| --- a/sdk/lib/_collection_dev/iterable.dart
|
| +++ b/sdk/lib/_collection_dev/iterable.dart
|
| @@ -897,7 +897,7 @@ class IterableMixinWorkaround {
|
| for (int i = 0; i < _toStringList.length; i++) {
|
| if (identical(_toStringList[i], iterable)) {
|
| return '$leftDelimiter...$rightDelimiter';
|
| - }
|
| + }
|
| }
|
|
|
| StringBuffer result = new StringBuffer();
|
|
|