Chromium Code Reviews| Index: utils/css/world.dart |
| diff --git a/utils/css/world.dart b/utils/css/world.dart |
| index e209eb44a93e97ec8a711109a57771dec01e1471..840f8e1f98cbedc2451839605f6d7e63272141cc 100644 |
| --- a/utils/css/world.dart |
| +++ b/utils/css/world.dart |
| @@ -151,7 +151,7 @@ class World { |
| } |
| } |
| - bool get hasErrors() => errors > 0; |
| + bool get hasErrors => errors > 0; |
| withTiming(String name, f()) { |
| final sw = new Stopwatch(); |