Skip to content

Commit

Permalink
spacing changes
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Baron <[email protected]>
  • Loading branch information
ngarg-mparticle and einsteinx2 authored Dec 18, 2023
1 parent b34efd3 commit 6342ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mParticle-UrbanAirship/MPKitUrbanAirship.m
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ - (void)start {
config.requestAuthorizationToUseNotifications = NO;

// Enable custom domain proxy if provided
if( self.configuration[UAConfigCustomDomainProxyUrl] ){
if (self.configuration[UAConfigCustomDomainProxyUrl]) {
config.initialConfigURL = self.configuration[UAConfigCustomDomainProxyUrl];
config.URLAllowList = @[self.configuration[UAConfigCustomDomainProxyUrl]];
}
Expand Down

0 comments on commit 6342ea5

Please sign in to comment.