| 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,
|
|
|