Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 674d0a6

Browse files
committed
formatting
1 parent 28fc990 commit 674d0a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CodePush.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,12 @@ failCallback:(void (^)(NSError *err))failCallback;
6161

6262
+ (NSString *)getPackageFolderPath:(NSString *)packageHash;
6363

64+
6465
+ (void)downloadPackage:(NSDictionary *)updatePackage
6566
progressCallback:(void (^)(long, long))progressCallback
6667
doneCallback:(void (^)())doneCallback
6768
failCallback:(void (^)(NSError *err))failCallback;
6869

6970
+ (void)rollbackPackage;
7071

71-
@end
72+
@end

0 commit comments

Comments
 (0)