mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-17 11:50:56 +00:00
Fix more indentation
This commit is contained in:
parent
faf29dd978
commit
60c3ed27ff
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user