Skip to content

Commit 035c157

Browse files
committed
Code format fix
1 parent 6175395 commit 035c157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iOS_SDK/OneSignalSDK/Source/OneSignal.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2766,7 +2766,7 @@ +(void)setupUNUserNotificationCenterDelegate {
27662766
}
27672767

27682768
+(BOOL) shouldDisableBasedOnProcessArguments {
2769-
if ([NSProcessInfo.processInfo.arguments containsObject: @"DISABLE_ONESIGNAL_SWIZZLING"]) {
2769+
if ([NSProcessInfo.processInfo.arguments containsObject:@"DISABLE_ONESIGNAL_SWIZZLING"]) {
27702770
return YES;
27712771
}
27722772
return NO;

0 commit comments

Comments
 (0)