Skip to content

Commit 386fd40

Browse files
author
Tobias Kreß
committed
Removes trailing comma
1 parent b1f804a commit 386fd40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/APNSCore/Alert/APNSAlertNotificationContent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public struct APNSAlertNotificationContent: Encodable, Sendable {
9595
subtitle: APNSAlertNotificationContent.StringValue? = nil,
9696
body: APNSAlertNotificationContent.StringValue? = nil,
9797
launchImage: String? = nil,
98-
sound: APNSAlertNotificationSound? = nil,
98+
sound: APNSAlertNotificationSound? = nil
9999
) {
100100
self.title = title
101101
self.subtitle = subtitle

0 commit comments

Comments
 (0)