Apply dart autofixes

This commit is contained in:
zontreck 2024-07-01 23:15:08 -07:00
parent fa26d2f914
commit 505e3c2cd7
7 changed files with 11 additions and 9 deletions

View file

@ -120,8 +120,9 @@ class HomePageState extends State<HomePage> {
setState(() {});
if(requireRestart)
if(requireRestart) {
Navigator.pop(context);
}
},
)
, SwitchListTile(value: requireRestart, onChanged: (V) {