Index: pkg/intl/lib/date_format_field.dart |
diff --git a/pkg/intl/lib/date_format_field.dart b/pkg/intl/lib/date_format_field.dart |
index 01ec5a0910c46f74bd3c5e6a0ec814b920945aa7..42401443e552f02b320b72cdcf48466430ba8474 100644 |
--- a/pkg/intl/lib/date_format_field.dart |
+++ b/pkg/intl/lib/date_format_field.dart |
@@ -145,7 +145,7 @@ class _DateFormatPatternField extends _DateFormatField { |
case 'Z': break; // time zone RFC |
default: return; |
} |
- } catch (var e) { throwFormatException(input); } |
+ } catch (e) { throwFormatException(input); } |
} |
/** Formatting logic if we are of type FIELD */ |