| Index: packages/charted/lib/core/utils.dart
|
| diff --git a/packages/charted/lib/core/utils.dart b/packages/charted/lib/core/utils.dart
|
| index abbdb1b9a3080167491822d04d9fd7c067f44cbd..37f3e46d08b64ae1dff8a56632c3f432af873065 100644
|
| --- a/packages/charted/lib/core/utils.dart
|
| +++ b/packages/charted/lib/core/utils.dart
|
| @@ -32,7 +32,7 @@ const String ORIENTATION_TOP = 'top';
|
| const String ORIENTATION_BOTTOM = 'bottom';
|
|
|
| /// Identity function that returns the value passed as it's parameter.
|
| -identityFunction(x) => x;
|
| +/*=T*/ identityFunction/*<T>*/(/*=T*/x) => x;
|
|
|
| /// Function that formats a value to String.
|
| typedef String FormatFunction(value);
|
|
|