Fix more indentation

This commit is contained in:
Adlai Holler 2016-04-12 17:46:44 -07:00
parent faf29dd978
commit 60c3ed27ff

View File

@ -37,8 +37,8 @@
} }
- (void)cachedImageWithURL:(NSURL *)URL - (void)cachedImageWithURL:(NSURL *)URL
callbackQueue:(dispatch_queue_t)callbackQueue callbackQueue:(dispatch_queue_t)callbackQueue
completion:(ASImageCacherCompletion)completion completion:(ASImageCacherCompletion)completion
{ {
// We do not check the cache here and instead check it in downloadImageWithURL to avoid checking the cache twice. // We do not check the cache here and instead check it in downloadImageWithURL to avoid checking the cache twice.
// If we're targeting the main queue and we're on the main thread, complete immediately. // If we're targeting the main queue and we're on the main thread, complete immediately.