Index: runtime/lib/core_patch.dart |
diff --git a/runtime/lib/core_patch.dart b/runtime/lib/core_patch.dart |
index 5a26fc5e2539c6d29f76adb30b485d8d0c46f102..40f83d6316a254215ce6f454a4e2550bf079fb44 100644 |
--- a/runtime/lib/core_patch.dart |
+++ b/runtime/lib/core_patch.dart |
@@ -177,7 +177,7 @@ class _SyncIterator implements Iterator { |
yieldEachIterator = (current as Iterable).iterator; |
continue; |
} |
- return true; |
+ return true; |
} |
} |
} |