diff options
Diffstat (limited to 'DomainDig/DomainDigIntents.swift')
| -rw-r--r-- | DomainDig/DomainDigIntents.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DomainDig/DomainDigIntents.swift b/DomainDig/DomainDigIntents.swift index c0c73cc..8b46aa7 100644 --- a/DomainDig/DomainDigIntents.swift +++ b/DomainDig/DomainDigIntents.swift @@ -149,7 +149,7 @@ struct RunSweepIntent: AppIntent { final class DomainDigIntentRouter { static let shared = DomainDigIntentRouter() var pendingAction: DomainDigDeepLink.Action? - private init() {} + private init() { /* Singleton; use the shared instance. */ } } /// Exposes DomainDig intents to Spotlight and Siri with invocation phrases. |
