From 3df98d4345991b9e9b29ac9ebe079cc1813f268a Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Mon, 26 Aug 2024 23:46:06 -0700 Subject: [PATCH] Linting errors --- Meshtastic/AppIntents/ShortcutsProvider.swift | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Meshtastic/AppIntents/ShortcutsProvider.swift b/Meshtastic/AppIntents/ShortcutsProvider.swift index 6a82f3f5..e0f96ec3 100644 --- a/Meshtastic/AppIntents/ShortcutsProvider.swift +++ b/Meshtastic/AppIntents/ShortcutsProvider.swift @@ -25,13 +25,10 @@ struct ShortcutsProvider: AppShortcutsProvider { "Start node again in \(.applicationName)"], shortTitle: "Restart Node", systemImageName: "arrow.circlepath") - + AppShortcut(intent: MessageChannelIntent(), - phrases: ["Message channel in \(.applicationName)",], - shortTitle: "Message Channel", - systemImageName: "message") + phrases: ["Message channel in \(.applicationName)"], + shortTitle: "Message Channel", + systemImageName: "message") } } - - -