My IDE loves extra spaces 🙈

This commit is contained in:
walkline 2017-10-17 22:52:01 +03:00
parent 1644d71e7f
commit 879ea189a4
1 changed files with 2 additions and 2 deletions

View File

@ -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