mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-06-15 09:27:45 +08:00
Fix more indentation
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
}
|
||||
|
||||
- (void)cachedImageWithURL:(NSURL *)URL
|
||||
callbackQueue:(dispatch_queue_t)callbackQueue
|
||||
completion:(ASImageCacherCompletion)completion
|
||||
callbackQueue:(dispatch_queue_t)callbackQueue
|
||||
completion:(ASImageCacherCompletion)completion
|
||||
{
|
||||
// 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.
|
||||
|
||||
Reference in New Issue
Block a user