]> git.r.bdr.sh - rbdr/captura/blobdiff - Captura/Intents/CapturaShortcutsProvider.swift
Format the code
[rbdr/captura] / Captura / Intents / CapturaShortcutsProvider.swift
index 9df2170bc4aed4df5ac7608c327a09b47f27ee61..8846f2cd7d98f4cb777cb440e2c0eb31d9811bdd 100644 (file)
@@ -18,9 +18,9 @@ import AppIntents
 
 struct CapturaShortcutsProvider: AppShortcutsProvider {
 
-    static var appShortcuts: [AppShortcut] {
+  static var appShortcuts: [AppShortcut] {
 
-        AppShortcut(intent: GetRemoteCaptures(), phrases: ["Get \(.applicationName) remote captures"])
+    AppShortcut(intent: GetRemoteCaptures(), phrases: ["Get \(.applicationName) remote captures"])
 
-    }
+  }
 }