Fix swiftformat offenses

This commit is contained in:
Arkadiusz Fal 2025-03-23 13:32:46 +01:00
parent 043b07274e
commit 09c2fb19a9
2 changed files with 2 additions and 3 deletions

View File

@ -733,7 +733,6 @@ final class InvidiousAPI: Service, ObservableObject, VideosAPI {
}
}
private func extractHLSStreams(from content: JSON) -> [Stream] {
if let hlsURL = content.dictionaryValue["hlsUrl"]?.url {
return [Stream(instance: account.instance, hlsURL: hlsURL)]