Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
OroshiX committed Sep 29, 2024
1 parent a3f6174 commit 98d4497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class MyApp extends HookConsumerWidget {
initialLocation: HomeRoute.path,
debugLogDiagnostics: true,
routes: $appRoutes,
redirect:(context, state) => notifier.redirect(state)),
redirect: (context, state) => notifier.redirect(state)),
[notifier],
);
return MaterialApp.router(
Expand Down

0 comments on commit 98d4497

Please sign in to comment.