From 7741b255da06f175675ab9f82db41387686c5038 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Tue, 16 Apr 2024 10:58:30 -0700 Subject: [PATCH] Format --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index f56d68d7..00eb901b 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -106,7 +106,7 @@ class FlwtchState extends State with WindowListener { // Cwtch.start can take time, we don't want it blocking first splash screen draw, so postpone a smidge to let splash render Future.delayed(const Duration(milliseconds: 100), () { print("initState delayed: invoking cwtch.Start()"); - cwtch.Start().then( (v) { + cwtch.Start().then((v) { cwtch.getCwtchDir().then((dir) { globalSettings.themeloader.LoadThemes(dir); });