mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 11:02:12 +03:00
style(swift): run swiftformat + swiftlint autocorrect
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user