fix: format commit

This commit is contained in:
Oleksandr Pravdyvyi 2024-12-05 13:07:15 +02:00
parent f92a4e82e3
commit 44b46146c1

View File

@ -69,7 +69,10 @@ impl NodeCore {
wrapped_chain_height_thread.store(next_block, Ordering::Relaxed);
} else {
tokio::time::sleep(std::time::Duration::from_secs(config.seq_poll_timeout_secs)).await;
tokio::time::sleep(std::time::Duration::from_secs(
config.seq_poll_timeout_secs,
))
.await;
}
}
});