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

Unified Diff: packages/charted/tool/build_unicode_segmentation_data.dart

Issue 2213693002: Updated charted DEP to 0.4.X (Closed) Base URL: https://github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « packages/charted/pubspec.yaml ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/charted/tool/build_unicode_segmentation_data.dart
diff --git a/packages/charted/tool/build_unicode_segmentation_data.dart b/packages/charted/tool/build_unicode_segmentation_data.dart
index 4ec1d4736a4d3dca9fd9cd47c3e17b4ef1959873..00e29a58082e7d357c5bf5dae6e703e037a6a71a 100644
--- a/packages/charted/tool/build_unicode_segmentation_data.dart
+++ b/packages/charted/tool/build_unicode_segmentation_data.dart
@@ -53,7 +53,7 @@ void _dumpPropertiesData(String data) {
buffer.write(HEADER);
buffer.writeln('const CODE_POINT_BLOCKS = const[');
- List<Iterable> items = [];
+ List<List> items = [];
data.split('\n').forEach((String line) {
Match match = lineRegExp.matchAsPrefix(line);
if (match == null) return;
« no previous file with comments | « packages/charted/pubspec.yaml ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698