Index: utils/css/tokenkind.dart |
diff --git a/utils/css/tokenkind.dart b/utils/css/tokenkind.dart |
index cbc2cd23e2fc363fde63016b2e8e64cb77ce6813..32e994e5f0029b0243f9aefff171e0466a39f7d6 100644 |
--- a/utils/css/tokenkind.dart |
+++ b/utils/css/tokenkind.dart |
@@ -592,5 +592,5 @@ class NoColorMatchException implements Exception { |
String _colorName; |
NoColorMatchException(this._colorName); |
- String get name() => _colorName; |
+ String get name => _colorName; |
} |