Skip to content

Commit

Permalink
Podspec validator warning fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mzeeshanid committed Nov 18, 2016
1 parent 584da43 commit fda4ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MZDownloadManager/Classes/MZDownloadManager.swift
Expand Up @@ -124,7 +124,7 @@ extension MZDownloadManager {
semaphore.signal()
}

semaphore.wait(timeout: DispatchTime.distantFuture)
let _ = semaphore.wait(timeout: DispatchTime.distantFuture)
return tasks
}

Expand Down

0 comments on commit fda4ec7

Please sign in to comment.