diff --git a/Sources/Screens/File/FileDownload.swift b/Sources/Screens/File/FileDownload.swift index ba8b69a..e5350a6 100644 --- a/Sources/Screens/File/FileDownload.swift +++ b/Sources/Screens/File/FileDownload.swift @@ -76,7 +76,7 @@ struct FileDownload: View { .presentationDetents([.fraction(0.25)]) } - // swiftlint:disable:next type_body_length + // swiftlint:disable:next function_body_length private func performDownload() { let dispatchGroup = DispatchGroup() urls.removeAll()