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

Unified Diff: packages/charted/lib/core/text_metrics/segmentation_utils.dart

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years 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: packages/charted/lib/core/text_metrics/segmentation_utils.dart
diff --git a/packages/charted/lib/core/text_metrics/segmentation_utils.dart b/packages/charted/lib/core/text_metrics/segmentation_utils.dart
index d3e724c21a359b08145904aa33d6f6877dd42c56..31d823c867f3c08d55062c5ddaf8f37bbb41572f 100644
--- a/packages/charted/lib/core/text_metrics/segmentation_utils.dart
+++ b/packages/charted/lib/core/text_metrics/segmentation_utils.dart
@@ -10,7 +10,7 @@ library charted.core.text_metrics.segmentation_utils;
const CODE_CATEGORY_OTHER = 0;
-const CodeUnitCategory = const{
+const CodeUnitCategory = const {
'Other': CODE_CATEGORY_OTHER,
'CR': 1,
'LF': 2,
« no previous file with comments | « packages/charted/lib/core/text_metrics/segmentation_data.dart ('k') | packages/charted/lib/core/time_interval.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698