Browse Source

fix space used in Objective-C method (coding style)

leehonghwa 8 years ago
parent
commit
c18c09a75c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UIKit+AFNetworking/AFAutoPurgingImageCache.m

+ 1 - 1
UIKit+AFNetworking/AFAutoPurgingImageCache.m

@@ -37,7 +37,7 @@
 
 @implementation AFCachedImage
 
--(instancetype)initWithImage:(UIImage *)image identifier:(NSString *)identifier {
+- (instancetype)initWithImage:(UIImage *)image identifier:(NSString *)identifier {
     if (self = [self init]) {
         self.image = image;
         self.identifier = identifier;