Skip to content

Commit d0f8571

Browse files
committed
matched coding conventions
1 parent d020aea commit d0f8571

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SDWebImage/SDWebImageDownloader.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ - (void)setMaxConcurrentDownloads:(NSInteger)maxConcurrentDownloads
104104
_downloadQueue.maxConcurrentOperationCount = maxConcurrentDownloads;
105105
}
106106

107-
- (NSUInteger)currentDownloadCount {
107+
- (NSUInteger)currentDownloadCount
108+
{
108109
return _downloadQueue.operationCount;
109110
}
110111

0 commit comments

Comments
 (0)