Skip to content

Commit

Permalink
chore: Apply static analysis changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder authored and github-actions[bot] committed Jul 22, 2024
1 parent 8730bc6 commit 442fb11
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ void notificationTapBackground(NotificationResponse notificationResponse) {
GlobalKey<NavigatorState> navigatorKey =
GlobalKey(debugLabel: 'Main Navigator');

Future<void> main() async { WidgetsFlutterBinding.ensureInitialized();
await loadEnv(); await _configureLocalTimeZone();
Future<void> main() async {
WidgetsFlutterBinding.ensureInitialized();
await loadEnv();
await _configureLocalTimeZone();
final queryParameters = Uri.base.queryParameters;
// Turn off the # in the URLs on the web
usePathUrlStrategy();
Expand Down

0 comments on commit 442fb11

Please sign in to comment.