Skip to content

Commit

Permalink
fix: syntax error in pre swift 6 code
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1ps committed Nov 6, 2024
1 parent ca97a93 commit 6c22275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Deadline/Deadline.swift
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public func deadline<C, R>(
let result = await withoutActuallyEscaping(operation) { operation in
await withTaskGroup(
of: DeadlineState<R>.self,
returning: Result<R, any Error>.self,
returning: Result<R, any Error>.self
) { taskGroup in

taskGroup.addTask {
Expand Down

0 comments on commit 6c22275

Please sign in to comment.