Fix line-break
This commit is contained in:
parent
8ea2322a00
commit
1c0a13fb97
|
@ -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 *{
|
||||
|
|
Loading…
Reference in New Issue