Skip to content

Commit 6c22275

Browse files
committed
fix: syntax error in pre swift 6 code
1 parent ca97a93 commit 6c22275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Deadline/Deadline.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ public func deadline<C, R>(
276276
let result = await withoutActuallyEscaping(operation) { operation in
277277
await withTaskGroup(
278278
of: DeadlineState<R>.self,
279-
returning: Result<R, any Error>.self,
279+
returning: Result<R, any Error>.self
280280
) { taskGroup in
281281

282282
taskGroup.addTask {

0 commit comments

Comments
 (0)