Index: utils/template/world.dart |
diff --git a/utils/template/world.dart b/utils/template/world.dart |
index 3851f3adfa50b3af10c8e3b304ffef1471120c05..0d0369904de66aae869190bd2ab8a91fde651b48 100644 |
--- a/utils/template/world.dart |
+++ b/utils/template/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(); |