Chromium Code Reviews| Index: utils/template/codegen.dart |
| =================================================================== |
| --- utils/template/codegen.dart (revision 12654) |
| +++ utils/template/codegen.dart (working copy) |
| @@ -350,7 +350,7 @@ |
| buff.add("\n // CSS class selectors for this template.\n"); |
| for (int i = 0; i < classes.length; i++) { |
| buff.add( |
| - " static String get ${dartNames[i]}() => \"${classes[i]}\";\n"); |
| + " static String get ${dartNames[i]} => \"${classes[i]}\";\n"); |
| } |
| } |