Fix indentation of previous fix

This commit is contained in:
Joshua Boniface 2024-10-15 10:57:33 -04:00
parent 1293e8ae7e
commit 49bf51da38
1 changed files with 2 additions and 2 deletions

View File

@ -189,5 +189,5 @@ def setup_node(logger, config, zkhandler):
]
)
logger.out("Waiting 3 seconds for Zookeeper to synchronize", state="s")
time.sleep(3)
logger.out("Waiting 3 seconds for Zookeeper to synchronize", state="s")
time.sleep(3)