cargo fmt

This commit is contained in:
Tommy Verrall
2024-05-02 11:12:12 +02:00
parent 4198cd81f3
commit c371e6c4bc
+1 -1
View File
@@ -65,7 +65,7 @@ async fn get_mix_node_stats(host: &str, port: u16) -> Result<NodeStats, ReqwestE
reqwest::Response::builder()
.status(StatusCode::INTERNAL_SERVER_ERROR)
.body("Failed to fetch stats from both endpoints".into())
.unwrap()
.unwrap(),
))
}