Skip to content

Commit ef57824

Browse files
committed
Merge pull request SDWebImage#1199 from keslcod/master
A minor thing: Avoid compiler warning about the missing new line at the end of the file
2 parents b111d62 + d107a80 commit ef57824

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

WebImage/WebImage.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ FOUNDATION_EXPORT const unsigned char WebImageVersionString[];
1616

1717
// In this header, you should import all the public headers of your framework using statements like #import <WebImage/PublicHeader.h>
1818

19-
20-
2119
#import <WebImage/SDWebImageManager.h>
2220
#import <WebImage/SDImageCache.h>
2321
#import <WebImage/UIImageView+WebCache.h>
@@ -34,4 +32,4 @@ FOUNDATION_EXPORT const unsigned char WebImageVersionString[];
3432
#import <WebImage/SDWebImageDecoder.h>
3533
#import <WebImage/UIImage+WebP.h>
3634
#import <WebImage/UIImage+GIF.h>
37-
#import <WebImage/NSData+ImageContentType.h>
35+
#import <WebImage/NSData+ImageContentType.h>

0 commit comments

Comments
 (0)