Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Removing excess whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Oct 31, 2012
1 parent bf1fe2d commit ebc9f7d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions AFNetworking/UIImageView+AFNetworking.m
Expand Up @@ -58,7 +58,6 @@ - (void)af_setImageRequestOperation:(AFImageRequestOperation *)imageRequestOpera

+ (NSOperationQueue *)af_sharedImageRequestOperationQueue {
static NSOperationQueue *_af_imageRequestOperationQueue = nil;

static dispatch_once_t onceToken;
dispatch_once(&onceToken, ^{
_af_imageRequestOperationQueue = [[NSOperationQueue alloc] init];
Expand Down Expand Up @@ -124,8 +123,6 @@ - (void)setImageWithURLRequest:(NSURLRequest *)urlRequest
}

[[[self class] af_sharedImageCache] cacheImage:responseObject forRequest:urlRequest];


} failure:^(AFHTTPRequestOperation *operation, NSError *error) {
if ([[urlRequest URL] isEqual:[[self.af_imageRequestOperation request] URL]]) {
self.af_imageRequestOperation = nil;
Expand All @@ -134,7 +131,6 @@ - (void)setImageWithURLRequest:(NSURLRequest *)urlRequest
if (failure) {
failure(operation.request, operation.response, error);
}

}];

self.af_imageRequestOperation = requestOperation;
Expand Down

0 comments on commit ebc9f7d

Please sign in to comment.