macOS: swiftformat connections settings

This commit is contained in:
Shadow
2026-01-02 12:30:59 -06:00
parent 5e36390a27
commit 96a5e01878
3 changed files with 13 additions and 12 deletions

View File

@@ -13,11 +13,11 @@ struct ConnectionsSettings: View {
var sortOrder: Int {
switch self {
case .whatsapp: return 0
case .telegram: return 1
case .discord: return 2
case .signal: return 3
case .imessage: return 4
case .whatsapp: 0
case .telegram: 1
case .discord: 2
case .signal: 3
case .imessage: 4
}
}
}