chore: formatting

This commit is contained in:
zhom
2025-08-09 10:42:32 +04:00
parent 7df92ae8ee
commit e645e212f2
+1 -4
View File
@@ -419,10 +419,7 @@ pub fn run() {
let start_time = std::time::Instant::now();
// Send a ping request to nodecar to trigger unpacking/warm-up
match tokio::process::Command::new("nodecar")
.output()
.await
{
match tokio::process::Command::new("nodecar").output().await {
Ok(output) => {
let duration = start_time.elapsed();
if output.status.success() {