Skip to content

Commit 3eb088d

Browse files
Update Python/codegen.c
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent db54ed2 commit 3eb088d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Python/codegen.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4874,7 +4874,8 @@ codegen_async_with_inner(compiler *c, stmt_ty s, int pos)
48744874
return SUCCESS;
48754875
}
48764876

4877-
static int codegen_async_with(compiler *c, stmt_ty s)
4877+
static int
4878+
codegen_async_with(compiler *c, stmt_ty s)
48784879
{
48794880
return codegen_async_with_inner(c, s, 0);
48804881
}

0 commit comments

Comments
 (0)