summaryrefslogtreecommitdiff
path: root/lib/pages/all_routes_page.dart
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2022-11-08 19:56:21 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2022-11-08 19:56:21 +0100
commit8c4abd2b2705589fe668be52614979a12ff04869 (patch)
tree384d17ea2659cf03d01b1503f485286981d9eb56 /lib/pages/all_routes_page.dart
parenteed27fa5568e507c255a524185356786c877b2b8 (diff)
work
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(