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

Commit 5c6ef09

Browse files
committed
conforming to coding guidelines 4
1 parent 718e67d commit 5c6ef09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HybridMobileDeploy.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ + (void) loadBundle:(NSString*)rootComponent
106106
// TODO send file path
107107
callback(@[RCTMakeError(@"Error saving file", err, [[NSDictionary alloc] initWithObjectsAndKeys:[HybridMobileDeploy getBundlePath],@"bundlePath", nil])]);
108108
} else {
109-
// save the package info too
109+
// Save the package info too.
110110
NSString *packageFolderPath = [HybridMobileDeploy getPackageFolderPath];
111111
if (![[NSFileManager defaultManager] fileExistsAtPath:packageFolderPath]) {
112112
[[NSFileManager defaultManager] createDirectoryAtPath:packageFolderPath withIntermediateDirectories:YES attributes:nil error:&saveError];

0 commit comments

Comments
 (0)