matched coding conventions

This commit is contained in:
Matthew Knippen 2013-11-26 21:29:10 -06:00
parent d020aea02f
commit d0f8571dd2
1 changed files with 2 additions and 1 deletions

View File

@ -104,7 +104,8 @@ static NSString *const kCompletedCallbackKey = @"completed";
_downloadQueue.maxConcurrentOperationCount = maxConcurrentDownloads;
}
- (NSUInteger)currentDownloadCount {
- (NSUInteger)currentDownloadCount
{
return _downloadQueue.operationCount;
}