Skip to content

Commit b9fe308

Browse files
committed
[embedded] Remove unintentional whitespace change
1 parent a1f0782 commit b9fe308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/Task.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ static AsyncTaskAndContext swift_task_create_commonImpl(
650650
TaskGroup *group = nullptr;
651651
AsyncLet *asyncLet = nullptr;
652652
bool hasAsyncLetResultBuffer = false;
653-
RunInlineTaskOptionRecord *runInlineOption = nullptr;
653+
RunInlineTaskOptionRecord *runInlineOption = nullptr;
654654
for (auto option = options; option; option = option->getParent()) {
655655
switch (option->getKind()) {
656656
case TaskOptionRecordKind::Executor:

0 commit comments

Comments
 (0)