Linting errors

This commit is contained in:
Garth Vander Houwen 2024-08-26 23:46:06 -07:00
parent b3cbdf96da
commit 3df98d4345

View file

@ -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")
}
}