Fix line-break

This commit is contained in:
DreamPiggy 2018-01-23 21:37:58 +08:00
parent 8ea2322a00
commit 1c0a13fb97
1 changed files with 2 additions and 1 deletions

View File

@ -181,7 +181,8 @@
- (nullable SDWebImageDownloadToken *)downloadImageWithURL:(nullable NSURL *)url
options:(SDWebImageDownloaderOptions)options
progress:(nullable SDWebImageDownloaderProgressBlock)progressBlock
completed:(nullable SDWebImageDownloaderCompletedBlock)completedBlock context:(nullable SDWebImageContext *)context {
completed:(nullable SDWebImageDownloaderCompletedBlock)completedBlock
context:(nullable SDWebImageContext *)context {
__weak SDWebImageDownloader *wself = self;
return [self addProgressCallback:progressBlock completedBlock:completedBlock forURL:url createCallback:^SDWebImageDownloaderOperation *{