Skip to content

Commit 624d967

Browse files
committed
Fix init
1 parent 53b475e commit 624d967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Concurrency/Executor/Task.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public protocol Task {
4242
open class AbstractTask<ResultType>: Task {
4343

4444
/// Initializer.
45-
open init() {}
45+
public init() {}
4646

4747
/// Execute this task without any type information.
4848
///

0 commit comments

Comments
 (0)