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

Commit dc70b12

Browse files
committed
sort vars
1 parent 7a8faa2 commit dc70b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodePush.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ @implementation CodePush {
3636

3737
#pragma mark - Static variables
3838

39-
static BOOL needToReportRollback = NO;
4039
static BOOL isRunningBinaryVersion = NO;
40+
static BOOL needToReportRollback = NO;
4141
static BOOL testConfigurationFlag = NO;
4242

4343
// These values are used to save the bundleURL and extension for the JS bundle

0 commit comments

Comments
 (0)