Skip to content

Commit 76ac299

Browse files
committed
Fix whitespace
1 parent 7a05f9a commit 76ac299

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_coroutines.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2290,6 +2290,7 @@ async def run():
22902290

22912291
self.assertEqual(run_async(run()), ([], [1,2]))
22922292

2293+
22932294
@unittest.skipIf(
22942295
support.is_emscripten or support.is_wasi,
22952296
"asyncio does not work under Emscripten/WASI yet."

0 commit comments

Comments
 (0)