style(ios): swiftformat

This commit is contained in:
Peter Steinberger
2025-12-14 05:17:32 +00:00
parent 0d10aa4098
commit 4cbaee59cd
2 changed files with 7 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ final class NodeAppModel {
let enabled = UserDefaults.standard.bool(forKey: "voiceWake.enabled")
self.voiceWake.setEnabled(enabled)
// Wire up deep links from canvas taps
self.screen.onDeepLink = { [weak self] url in
guard let self else { return }