Skip to content

Commit

Permalink
style: fix lint failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Aug 5, 2021
1 parent 90c3f68 commit 3c8ee0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/TitaniumKit/TitaniumKit/Sources/API/TiApp.m
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
}

// Update launchOptions so that we send only expected values rather than NSUserActivity
[launchOptions setObject:@{ @"UIApplicationLaunchOptionsUserActivityKey": dict }
[launchOptions setObject:@{ @"UIApplicationLaunchOptionsUserActivityKey" : dict }
forKey:UIApplicationLaunchOptionsUserActivityDictionaryKey];
}

Expand Down

0 comments on commit 3c8ee0b

Please sign in to comment.