Skip to content

Commit bd5eaff

Browse files
authored
Update AnyHashableSendable.swift
1 parent d631e7f commit bd5eaff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/ConcurrencyExtras/AnyHashableSendable.swift

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ extension AnyHashableSendable: CustomDebugStringConvertible {
3131
"AnyHashableSendable(" + String(reflecting: base) + ")"
3232
}
3333
}
34+
3435
extension AnyHashableSendable: CustomReflectable {
3536
public var customMirror: Mirror {
3637
Mirror(self, children: ["value": base])

0 commit comments

Comments
 (0)