Skip to content

Commit

Permalink
fix: linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Nov 29, 2024
1 parent 5b93d38 commit 7b89579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Screens/File/FileDownload.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 7b89579

Please sign in to comment.