Apply autofixes
This commit is contained in:
parent
7c358d48e0
commit
10d7b8be65
5 changed files with 49 additions and 45 deletions
|
@ -7,5 +7,5 @@ void main() async {
|
|||
Settings settings = Settings();
|
||||
var services = await Constants.pullServicesJson();
|
||||
settings.setServices(services);
|
||||
runApp(new MainPage());
|
||||
runApp(const MainPage());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue