File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
stdlib/public/Concurrency Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ import Swift
54
54
% ],
55
55
% [ # PARAMS
56
56
% 'name: String? = nil',
57
- % 'executorPreference taskExecutor: (any TaskExecutor)? = nil ',
57
+ % 'executorPreference taskExecutor: (any TaskExecutor)?',
58
58
% 'priority: TaskPriority? = nil',
59
59
% # '@_inheritActorContext @_implicitSelfCapture operation: sending @escaping @isolated(any) () async throws -> Success',
60
60
% 'operation: sending @escaping () async throws -> Success',
@@ -70,7 +70,7 @@ import Swift
70
70
% ],
71
71
% [ # PARAMS
72
72
% 'name: String? = nil',
73
- % 'executorPreference taskExecutor: (any TaskExecutor)? = nil ',
73
+ % 'executorPreference taskExecutor: (any TaskExecutor)?',
74
74
% 'priority: TaskPriority? = nil',
75
75
% 'operation: sending @escaping () async throws -> Success',
76
76
% ]),
You can’t perform that action at this time.
0 commit comments