style: apply dart format tall style and fix curly braces lints
This commit is contained in:
@@ -31,4 +31,4 @@ class Navigation implements NavigationContract {
|
||||
router.pop();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,4 +5,4 @@ final GetIt getIt = GetIt.instance;
|
||||
|
||||
void navigationModule() {
|
||||
getIt.registerLazySingleton<NavigationContract>(() => Navigation());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user