Swift linting

This commit is contained in:
Jackson Harper
2023-11-08 20:20:46 +08:00
parent 155d71c7bd
commit 5db983510b

View File

@ -61,9 +61,9 @@ public enum Voices {
voice.firstKey == voiceKey || voice.secondKey == voiceKey
})
}
public static func isOpenAIVoice(_ voiceKey: String) -> Bool {
return voiceKey.starts(with: "openai-")
voiceKey.starts(with: "openai-")
}
public static let English = VoiceLanguage(key: "en",