Skip to content

Commit fffc9ea

Browse files
committed
Remove another conformance
1 parent 5af6d92 commit fffc9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/APNSCore/Alert/APNSAlertNotificationContent.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//===----------------------------------------------------------------------===//
1414

1515
/// The information for displaying an alert.
16-
public struct APNSAlertNotificationContent: Encodable, Sendable, Hashable {
16+
public struct APNSAlertNotificationContent: Encodable, Sendable {
1717
public struct StringValue: Encodable, Hashable, Sendable {
1818
internal enum Configuration: Encodable, Hashable {
1919
case raw(String)

0 commit comments

Comments
 (0)