style(swift): run swiftformat + swiftlint autocorrect

This commit is contained in:
Peter Steinberger
2026-02-15 05:38:07 +01:00
parent 511ba938fb
commit 8725c2b19f
101 changed files with 771 additions and 482 deletions
@@ -28,7 +28,9 @@ enum VoiceWakeChime: Codable, Equatable, Sendable {
enum VoiceWakeChimeCatalog {
/// Options shown in the picker.
static var systemOptions: [String] { SoundEffectCatalog.systemOptions }
static var systemOptions: [String] {
SoundEffectCatalog.systemOptions
}
static func displayName(for raw: String) -> String {
SoundEffectCatalog.displayName(for: raw)