From 7b89579b21611124ac55b4dcf854af7f95cedd8a Mon Sep 17 00:00:00 2001 From: Anass Bouassaba Date: Fri, 29 Nov 2024 06:30:16 +0100 Subject: [PATCH] fix: linter error --- Sources/Screens/File/FileDownload.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()