Skip to content

Commit

Permalink
Remove space after subscriptionObserverCallbackId
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeasmine committed Apr 26, 2021
1 parent 0633969 commit 5fc4422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ios/OneSignalPush.m
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ - (void)addPermissionObserver:(CDVInvokedUrlCommand*)command {
}

- (void)addSubscriptionObserver:(CDVInvokedUrlCommand*)command {
bool first = subscriptionObserverCallbackId == nil;
bool first = subscriptionObserverCallbackId == nil;
subscriptionObserverCallbackId = command.callbackId;
if (first)
[OneSignal addSubscriptionObserver:self];
Expand Down

0 comments on commit 5fc4422

Please sign in to comment.