Skip to content

Commit

Permalink
chore: remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
forgotvas committed Jan 23, 2025
1 parent 78392dd commit 5acc29b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Core/Core/Network/DownloadManagerMock.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ public final class DownloadManagerMock: DownloadManagerProtocol, @unchecked Send
}
public init() {}

public func delete(blocks: [CourseBlock], courseId: String) async {

}
public func delete(blocks: [CourseBlock], courseId: String) async {}

public var currentDownloadTask: DownloadDataTask? {
return nil
Expand Down

0 comments on commit 5acc29b

Please sign in to comment.