matched coding conventions
This commit is contained in:
parent
d020aea02f
commit
d0f8571dd2
|
@ -104,7 +104,8 @@ static NSString *const kCompletedCallbackKey = @"completed";
|
|||
_downloadQueue.maxConcurrentOperationCount = maxConcurrentDownloads;
|
||||
}
|
||||
|
||||
- (NSUInteger)currentDownloadCount {
|
||||
- (NSUInteger)currentDownloadCount
|
||||
{
|
||||
return _downloadQueue.operationCount;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue