Index: utils/tests/template/real_app.dart |
diff --git a/utils/tests/template/real_app.dart b/utils/tests/template/real_app.dart |
index a94fc49bc909a36b1c9c99b3897d6072e7c262ff..307746250dd3141a0dd45b6d06bf2ae5e8f4db4e 100644 |
--- a/utils/tests/template/real_app.dart |
+++ b/utils/tests/template/real_app.dart |
@@ -29,12 +29,12 @@ class YTD_Sales { |
void debug() { |
try { |
throw "DEBUG"; |
- } catch (var e) { |
+ } catch (e) { |
print("DEBUGBREAK"); |
- } |
+ } |
} |
-void main() { |
+void main() { |
List<Division> divisions = []; |
List<Product> products; |
List<YTD_Sales> sales; |