Drop extra newline from log msg

asyncio_debug_mode
Tyler Goodlet 2024-03-25 15:03:33 -04:00
parent 507cd96904
commit 90bfdaf58c
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ async def open_nursery(
finally:
msg: str = (
'Actor-nursery exited\n'
f'|_{an}\n\n'
f'|_{an}\n'
)
# shutdown runtime if it was started