From dc70b12a293f96be30fc74d5c2e1e663312167f9 Mon Sep 17 00:00:00 2001 From: Geoffrey Goh Date: Fri, 5 Feb 2016 17:13:37 -0800 Subject: [PATCH] sort vars --- CodePush.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodePush.m b/CodePush.m index 7a6e8fb..105f4ce 100644 --- a/CodePush.m +++ b/CodePush.m @@ -36,8 +36,8 @@ static NSString *const PackageIsPendingKey = @"isPending"; #pragma mark - Static variables -static BOOL needToReportRollback = NO; static BOOL isRunningBinaryVersion = NO; +static BOOL needToReportRollback = NO; static BOOL testConfigurationFlag = NO; // These values are used to save the bundleURL and extension for the JS bundle