Skip to content

Commit 35f2948

Browse files
committed
And again formatter makes things worse
1 parent 6d1a411 commit 35f2948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.mobile.notifications/Runtime/iOS/Plugins/UnityNotificationManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ - (UNNotificationSound*)soundForNotification:(const iOSNotificationData*)data
396396
return [UNNotificationSound ringtoneSoundNamed: soundName];
397397
return UNNotificationSound.defaultRingtoneSound;
398398
}
399-
// continue to default
399+
// continue to default
400400
case kSoundTypeDefault:
401401
default:
402402
default_fallback:

0 commit comments

Comments
 (0)