style: run swift lint/format

This commit is contained in:
Peter Steinberger
2026-01-12 05:42:06 +00:00
parent 7dbb21be8e
commit 121c9bd6f3
4 changed files with 22 additions and 4 deletions

View File

@@ -612,7 +612,6 @@ enum AppStateStore {
static var canvasEnabled: Bool {
UserDefaults.standard.object(forKey: canvasEnabledKey) as? Bool ?? true
}
}
@MainActor