Skip to content

Commit 22bb49e

Browse files
Update Sources/AsyncAlgorithms/AsyncShareSequence.swift
Co-authored-by: Pyry Jahkola <[email protected]>
1 parent 3c07b64 commit 22bb49e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/AsyncAlgorithms/AsyncShareSequence.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,8 @@ where Base.Element: Sendable, Base: _SendableMetatype, Base.AsyncIterator: _Send
476476
}
477477

478478
struct Resumption {
479-
let continuation: UnsafeContinuation<Result<Base.Element?, Error>, Never>
480-
let result: Result<Base.Element?, Error>
479+
let continuation: UnsafeContinuation<Result<Base.Element?, Error>, Never>
480+
let result: Result<Base.Element?, Error>
481481

482482
func resume() {
483483
continuation.resume(returning: result)

0 commit comments

Comments
 (0)