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

Commit f035e59

Browse files
committed
align at :
1 parent a3f5ea1 commit f035e59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodePushPackage.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,8 @@ + (void)downloadAndReplaceCurrentBundle:(NSString *)remoteBundleUrl
491491
NSURL *urlRequest = [NSURL URLWithString:remoteBundleUrl];
492492
NSError *error = nil;
493493
NSString *downloadedBundle = [NSString stringWithContentsOfURL:urlRequest
494-
encoding:NSUTF8StringEncoding
495-
error:&error];
494+
encoding:NSUTF8StringEncoding
495+
error:&error];
496496

497497
if (error) {
498498
NSLog(@"Error downloading from URL %@", remoteBundleUrl);

0 commit comments

Comments
 (0)