Another indentation fix

This commit is contained in:
Adlai Holler
2016-04-09 12:59:58 -07:00
parent 6ff9eea9ff
commit 157771425d

View File

@@ -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) {