From cd5b5f779ffd1082a6e05b992813a8a0ffa69871 Mon Sep 17 00:00:00 2001 From: Geoffrey Goh Date: Fri, 5 Feb 2016 17:06:09 -0800 Subject: [PATCH] sort var names --- CodePush.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CodePush.m b/CodePush.m index d32b3a9..121b052 100644 --- a/CodePush.m +++ b/CodePush.m @@ -40,9 +40,8 @@ static NSString *const PackageIsPendingKey = @"isPending"; // These values are used to save the bundleURL and extension for the JS bundle // in the binary. -static NSString *bundleResourceName = @"main"; static NSString *bundleResourceExtension = @"jsbundle"; - +static NSString *bundleResourceName = @"main"; #pragma mark - Public Obj-C API