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

Commit 6736706

Browse files
committed
Fixing spacing
1 parent 4a5eda5 commit 6736706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodePush.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ - (CodePush *)init
6969
if (pendingUpdate)
7070
{
7171
NSError *error;
72-
NSString * pendingHash = pendingUpdate[@"hash"];
73-
NSString * currentHash = [CodePushPackage getCurrentPackageHash:&error];
72+
NSString *pendingHash = pendingUpdate[@"hash"];
73+
NSString *currentHash = [CodePushPackage getCurrentPackageHash:&error];
7474

7575
// If the current hash is equivalent to the pending hash, then the app
7676
// restart "picked up" the new update, but we need to kick off the

0 commit comments

Comments
 (0)