diff --git a/tractor/_supervise.py b/tractor/_supervise.py index 733dd53..df3d7de 100644 --- a/tractor/_supervise.py +++ b/tractor/_supervise.py @@ -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