mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-03-26 09:04:22 +08:00
Another indentation fix
This commit is contained in:
@@ -848,7 +848,7 @@ static dispatch_once_t sharedDispatchToken;
|
||||
|
||||
- (NSArray<NSUUID *> *)prefetchImagesWithURLs:(NSArray <NSURL *> *)urls options:(PINRemoteImageManagerDownloadOptions)options
|
||||
{
|
||||
NSMutableArray *tasks = [NSMutableArray arrayWithCapacity:urls.count];
|
||||
NSMutableArray *tasks = [NSMutableArray arrayWithCapacity:urls.count];
|
||||
for (NSURL *url in urls) {
|
||||
NSUUID *task = [self prefetchImageWithURL:url options:options];
|
||||
if (task != nil) {
|
||||
|
||||
Reference in New Issue
Block a user