Skip to content

Commit

Permalink
fix space used in Objective-C method (coding style)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeHongHwa committed Jul 19, 2017
1 parent 4f3c694 commit c18c09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UIKit+AFNetworking/AFAutoPurgingImageCache.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ @interface AFCachedImage : NSObject

@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;
Expand Down

0 comments on commit c18c09a

Please sign in to comment.