forked from goodboy/tractor
fixed the `Zombie` example having wrong indentation
parent
649c5e7504
commit
009cd6552e
|
@ -118,7 +118,7 @@ Zombie safe: self-destruct a process tree
|
|||
f"running in pid {os.getpid()}"
|
||||
)
|
||||
|
||||
await trio.sleep_forever()
|
||||
await trio.sleep_forever()
|
||||
|
||||
|
||||
async def main():
|
||||
|
|
Loading…
Reference in New Issue