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

Commit cd5b5f7

Browse files
committed
sort var names
1 parent 5986abb commit cd5b5f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CodePush.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ @implementation CodePush {
4040

4141
// These values are used to save the bundleURL and extension for the JS bundle
4242
// in the binary.
43-
static NSString *bundleResourceName = @"main";
4443
static NSString *bundleResourceExtension = @"jsbundle";
45-
44+
static NSString *bundleResourceName = @"main";
4645

4746
#pragma mark - Public Obj-C API
4847

0 commit comments

Comments
 (0)