more idiomatic Ok

This commit is contained in:
tahahawa
2025-04-11 16:14:42 -04:00
committed by taha
parent 8cc5880135
commit 83355e140a

View File

@@ -76,5 +76,5 @@ pub async fn init<T: Topology + std::fmt::Debug + Send + Sync + 'static>(
}
}
return Ok(());
Ok(())
}