My IDE loves extra spaces 🙈
This commit is contained in:
parent
1644d71e7f
commit
879ea189a4
|
@ -109,11 +109,11 @@ FOUNDATION_STATIC_INLINE NSUInteger SDCacheCostForImage(UIImage *image) {
|
|||
NSString *path = [self makeDiskCachePath:ns];
|
||||
_diskCachePath = path;
|
||||
}
|
||||
|
||||
|
||||
dispatch_sync(_ioQueue, ^{
|
||||
_fileManager = fileManager ? fileManager : [NSFileManager new];
|
||||
});
|
||||
|
||||
|
||||
#if SD_UIKIT
|
||||
// Subscribe to app events
|
||||
[[NSNotificationCenter defaultCenter] addObserver:self
|
||||
|
|
Loading…
Reference in New Issue