style: apply dart format tall style and fix curly braces lints

This commit is contained in:
2026-04-06 23:15:32 +02:00
parent 3c4159ae8c
commit 4a57bb35c5
376 changed files with 4839 additions and 4044 deletions

View File

@@ -31,4 +31,4 @@ class Navigation implements NavigationContract {
router.pop();
}
}
}
}

View File

@@ -5,4 +5,4 @@ final GetIt getIt = GetIt.instance;
void navigationModule() {
getIt.registerLazySingleton<NavigationContract>(() => Navigation());
}
}