align at :

This commit is contained in:
Geoffrey Goh
2015-12-18 11:35:36 -08:00
parent a3f5ea1a86
commit f035e59b7b

View File

@@ -491,8 +491,8 @@ NSString * const UnzippedFolderName = @"unzipped";
NSURL *urlRequest = [NSURL URLWithString:remoteBundleUrl];
NSError *error = nil;
NSString *downloadedBundle = [NSString stringWithContentsOfURL:urlRequest
encoding:NSUTF8StringEncoding
error:&error];
encoding:NSUTF8StringEncoding
error:&error];
if (error) {
NSLog(@"Error downloading from URL %@", remoteBundleUrl);