summaryrefslogtreecommitdiff
path: root/lib/pages/all_routes_page.dart
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pages/all_routes_page.dart')
-rw-r--r--lib/pages/all_routes_page.dart2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pages/all_routes_page.dart b/lib/pages/all_routes_page.dart
index a1173cf..0efe524 100644
--- a/lib/pages/all_routes_page.dart
+++ b/lib/pages/all_routes_page.dart
@@ -40,7 +40,7 @@ class _AllRoutesPageState extends State<AllRoutesPage> {
DHLRoute.Route? route = await apiService.getRoute(tripkey);
if (route == null) {
- throw new Exception();
+ throw Exception();
}
Navigator.push(