From 6736706362dd9a24bee38ad0d5bbca28ee2fda7a Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Tue, 10 Nov 2015 14:15:56 -0800 Subject: [PATCH] Fixing spacing --- CodePush.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CodePush.m b/CodePush.m index 4bd2156..4b6be1d 100644 --- a/CodePush.m +++ b/CodePush.m @@ -69,8 +69,8 @@ NSString * const UpdateBundleFileName = @"app.jsbundle"; if (pendingUpdate) { NSError *error; - NSString * pendingHash = pendingUpdate[@"hash"]; - NSString * currentHash = [CodePushPackage getCurrentPackageHash:&error]; + NSString *pendingHash = pendingUpdate[@"hash"]; + NSString *currentHash = [CodePushPackage getCurrentPackageHash:&error]; // If the current hash is equivalent to the pending hash, then the app // restart "picked up" the new update, but we need to kick off the