Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nakajima authored Apr 16, 2024
1 parent f5087ba commit 2d41546
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public struct APNSLiveActivityNotification<ContentState: Encodable>: APNSMessage
) {
self.aps = APNSLiveActivityNotificationAPSStorage(
timestamp: timestamp,
event: event.rawValue,
event: event.rawValue,
contentState: contentState,
dismissalDate: dismissalDate.dismissal
)
Expand Down

0 comments on commit 2d41546

Please sign in to comment.