Skip to content

Commit 564d274

Browse files
drewvolzhawkrives
authored andcommitted
remove indent
1 parent a13e7e2 commit 564d274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/AllAboutOlaf/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
2323
{
2424
NSURL *jsCodeLocation;
2525

26-
jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index.ios"
26+
jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index.ios"
2727
fallbackResource:nil];
2828
#ifndef DEBUG
2929
[BugsnagReactNative start];

0 commit comments

Comments
 (0)